Replace functions which called once with their bodies
[pidgin-git.git] / finch / plugins / meson.build
blob588b5aa75edcb24bd3043ae0138f79ff182c69e7
1 if PLUGINS
2         if x11.found()
3                 gntclipboard = library('gntclipboard', 'gntclipboard.c',
4                     dependencies : [x11, libpurple_dep, libfinch_dep, glib],
5                     name_prefix : '',
6                     install : true, install_dir : FINCH_PLUGINDIR)
8                 gntgf = library('gntgf', 'gntgf.c',
9                     c_args : ncurses_header,
10                     dependencies : [x11, libpurple_dep, libfinch_dep, ncurses, glib],
11                     name_prefix : '',
12                     install : true, install_dir : FINCH_PLUGINDIR)
13         endif
15         gnthistory = library('gnthistory', 'gnthistory.c',
16             dependencies : [libpurple_dep, libfinch_dep, glib],
17             name_prefix : '',
18             install : true, install_dir : FINCH_PLUGINDIR)
20         gntlastlog = library('gntlastlog', 'lastlog.c',
21             dependencies : [libpurple_dep, libfinch_dep, ncurses, glib],
22             name_prefix : '',
23             install : true, install_dir : FINCH_PLUGINDIR)
25         gnttinyurl = library('gnttinyurl', 'gnttinyurl.c',
26             dependencies : [libpurple_dep, libfinch_dep, libsoup, glib],
27             name_prefix : '',
28             install : true, install_dir : FINCH_PLUGINDIR)
30         grouping = library('grouping', 'grouping.c',
31             dependencies : [libpurple_dep, libfinch_dep, glib],
32             name_prefix : '',
33             install : true, install_dir : FINCH_PLUGINDIR)
34 endif  # PLUGINS