mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-05 16:43:26 +00:00
96f3fada79
Avoid use deprecated method to update font Co-authored-by: Adwait Rawat <adwait.rawat@gmail.com> Co-authored-by: Gaurav Agrawal <agrawalgaurav1999@gmail.com>
21 lines
361 B
Meson
21 lines
361 B
Meson
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')
|