pidgin/plugins/gevolution/meson.build

changeset 38985
f14c99e72ef2
parent 38471
a7ce1d49ac8c
child 38988
5150b7afdb20
equal deleted inserted replaced
38984:70dbe96fd686 38985:f14c99e72ef2
7 'new_person_dialog.c', 7 'new_person_dialog.c',
8 'eds-utils.c' 8 'eds-utils.c'
9 ] 9 ]
10 10
11 if PLUGINS 11 if PLUGINS
12 gmodule = dependency('gmodule-2.0')
13
12 gevolution = library('gevolution', gevolution_SOURCES, 14 gevolution = library('gevolution', gevolution_SOURCES,
13 dependencies : EVOLUTION_ADDRESSBOOK + [libpurple_dep, libpidgin_dep, glib], 15 dependencies : EVOLUTION_ADDRESSBOOK + [libpurple_dep, libpidgin_dep, glib, gmodule],
14 name_prefix : '', 16 name_prefix : '',
15 install : true, install_dir : PIDGIN_PLUGINDIR) 17 install : true, install_dir : PIDGIN_PLUGINDIR)
16 endif 18 endif

mercurial