finch/plugins/meson.build

changeset 38865
a62a8251e350
parent 38863
ec525e2a86e3
child 39362
3e92f470c176
equal deleted inserted replaced
38864:b149f0a61857 38865:a62a8251e350
1 if PLUGINS 1 if PLUGINS
2 if ENABLE_GTK 2 if with_x
3 gntclipboard = library('gntclipboard', 'gntclipboard.c', 3 gntclipboard = library('gntclipboard', 'gntclipboard.c',
4 dependencies : [x11, libpurple_dep, libfinch_dep, glib], 4 dependencies : [x11, libpurple_dep, libfinch_dep, glib],
5 name_prefix : '', 5 name_prefix : '',
6 install : true, install_dir : FINCH_PLUGINDIR) 6 install : true, install_dir : FINCH_PLUGINDIR)
7 7

mercurial