File: meson.build

package info (click to toggle)
gitg 44-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,176 kB
  • sloc: ansic: 1,636; ruby: 1,445; sh: 314; python: 261; xml: 57; makefile: 15
file content (20 lines) | stat: -rw-r--r-- 344 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
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,
]

plugin_dir = join_paths(gitg_pkglibdir, 'plugins')

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