pidgin/plugins/disco/meson.build

changeset 41116
dff0811ff40c
parent 41066
00e6bda3ef95
child 42037
af20db93f2c2
equal deleted inserted replaced
41115:4d22ff23a3b7 41116:dff0811ff40c
10 source_dir : 'resources', 10 source_dir : 'resources',
11 c_name : 'xmppdisco') 11 c_name : 'xmppdisco')
12 xmppdisco_SOURCES += xmppdisco_resource 12 xmppdisco_SOURCES += xmppdisco_resource
13 13
14 xmppdisco = library('xmppdisco', xmppdisco_SOURCES, 14 xmppdisco = library('xmppdisco', xmppdisco_SOURCES,
15 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-XMPPDisco"'],
15 dependencies : [libpurple_dep, libpidgin_dep, glib], 16 dependencies : [libpurple_dep, libpidgin_dep, glib],
16 name_prefix : '', 17 name_prefix : '',
17 install : true, install_dir : PIDGIN_PLUGINDIR) 18 install : true, install_dir : PIDGIN_PLUGINDIR)
18 19
19 devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir()) 20 devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())

mercurial