File: meson.build

package info (click to toggle)
gitg 41-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,876 kB
  • sloc: ansic: 1,636; ruby: 1,445; sh: 314; python: 261; xml: 57; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
plugin_cflags = warn_flags + [
  '-DDATADIR="@0@"'.format(gitg_datadir),
  '-DLIBDIR="@0@"'.format(gitg_libdir),
]

plugin_deps = [
  config_dep,
  gee_dep,
  libgit2_glib_dep,
  gtk_dep,
  gtksourceview_dep,
  libgitg_dep,
  libgitg_ext_dep,
  libpeas_dep,
  libdazzle_dep,
]

plugin_dir = join_paths(gitg_pkglibdir, 'plugins')

subdir('diff')
subdir('files')