finch/plugins/meson.build

changeset 38863
ec525e2a86e3
parent 38470
c6e12d79611c
child 38865
a62a8251e350
equal deleted inserted replaced
38849:20c80c3c31c5 38863:ec525e2a86e3
1 if PLUGINS 1 if PLUGINS
2 gntclipboard = library('gntclipboard', 'gntclipboard.c', 2 if ENABLE_GTK
3 dependencies : [x11, libpurple_dep, libfinch_dep, glib], 3 gntclipboard = library('gntclipboard', 'gntclipboard.c',
4 name_prefix : '', 4 dependencies : [x11, libpurple_dep, libfinch_dep, glib],
5 install : true, install_dir : FINCH_PLUGINDIR) 5 name_prefix : '',
6 install : true, install_dir : FINCH_PLUGINDIR)
6 7
7 gntgf = library('gntgf', 'gntgf.c', 8 gntgf = library('gntgf', 'gntgf.c',
8 dependencies : [x11, libpurple_dep, libfinch_dep, glib], 9 dependencies : [x11, libpurple_dep, libfinch_dep, glib],
9 name_prefix : '', 10 name_prefix : '',
10 install : true, install_dir : FINCH_PLUGINDIR) 11 install : true, install_dir : FINCH_PLUGINDIR)
12 endif
11 13
12 gnthistory = library('gnthistory', 'gnthistory.c', 14 gnthistory = library('gnthistory', 'gnthistory.c',
13 dependencies : [libpurple_dep, libfinch_dep, glib], 15 dependencies : [libpurple_dep, libfinch_dep, glib],
14 name_prefix : '', 16 name_prefix : '',
15 install : true, install_dir : FINCH_PLUGINDIR) 17 install : true, install_dir : FINCH_PLUGINDIR)

mercurial