mark PurpleImageClass as private
[pidgin-git.git] / pidgin / plugins / meson.build
blobcdacacece083db0635e04a4cf877c48430ddb20c
1 if get_option('gevolution')
2         subdir('gevolution')
3 endif
5 if false
6         subdir('musicmessaging')
7 endif
9 if get_option('cap')
10         subdir('cap')
11 endif
13 if enable_gestures
14         subdir('gestures')
15 endif
17 subdir('disco')
18 subdir('ticker')
19 subdir('xmppconsole')
21 if IS_WIN32
22         subdir('win32/winprefs')
23 endif
25 if PLUGINS
26         contact_priority = library('contact_priority', 'contact_priority.c',
27             dependencies : [libpurple_dep, libpidgin_dep, glib],
28             name_prefix : '')
30         extplacement = library('extplacement', 'extplacement.c',
31             dependencies : [libpurple_dep, libpidgin_dep, glib],
32             name_prefix : '',
33             install : true, install_dir : PIDGIN_PLUGINDIR)
35         gtkbuddynote = library('gtkbuddynote', 'gtkbuddynote.c',
36             dependencies : [libpurple_dep, libpidgin_dep, glib],
37             name_prefix : '',
38             install : true, install_dir : PIDGIN_PLUGINDIR)
40         gtk_signals_test = library('gtk_signals_test', 'gtk-signals-test.c',
41             dependencies : [libpurple_dep, libpidgin_dep, glib],
42             name_prefix : '')
44         history = library('history', 'history.c',
45             build_by_default: false,
46             dependencies : [libpurple_dep, libpidgin_dep, glib],
47             name_prefix : '',
48             install : false, install_dir : PIDGIN_PLUGINDIR)
50         iconaway = library('iconaway', 'iconaway.c',
51             dependencies : [libpurple_dep, libpidgin_dep, glib],
52             name_prefix : '',
53             install : true, install_dir : PIDGIN_PLUGINDIR)
55         imgupload = library('imgupload', 'imgupload.c',
56             dependencies : [json, libpurple_dep, libpidgin_dep, glib],
57             name_prefix : '',
58             build_by_default: false,
59             install : false, install_dir : PIDGIN_PLUGINDIR)
61         notify = library('notify', 'notify.c',
62             dependencies : [libpurple_dep, libpidgin_dep, glib],
63             name_prefix : '',
64             build_by_default: false,
65             install : false, install_dir : PIDGIN_PLUGINDIR)
67         relnot = library('relnot', 'relnot.c',
68             dependencies : [libpurple_dep, libpidgin_dep, glib],
69             name_prefix : '',
70             install : true, install_dir : PIDGIN_PLUGINDIR)
72         screencap = library('screencap', 'screencap.c',
73             dependencies : [libpurple_dep, libpidgin_dep, glib],
74             name_prefix : '',
75             build_by_default: false,
76             install : false, install_dir : PIDGIN_PLUGINDIR)
78         spellchk = library('spellchk', 'spellchk.c',
79             dependencies : [libpurple_dep, libpidgin_dep, glib],
80             name_prefix : '',
81             build_by_default: false,
82             install : false, install_dir : PIDGIN_PLUGINDIR)
84         if enable_unity
85                 unity = library('unity', 'unity.c',
86                     dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib],
87                     name_prefix : '',
88                     install : true, install_dir : PIDGIN_PLUGINDIR)
89         endif
90 endif # PLUGINS