pidgin/plugins/meson.build

changeset 41658
eef0cabd6340
parent 41255
d5507a197d90
child 41665
149e5ba1e807
equal deleted inserted replaced
41657:c68748c1f42e 41658:eef0cabd6340
26 dependencies : [libpurple_dep, libpidgin_dep, glib], 26 dependencies : [libpurple_dep, libpidgin_dep, glib],
27 name_prefix : '', 27 name_prefix : '',
28 build_by_default: false, 28 build_by_default: false,
29 install : false, install_dir : PIDGIN_PLUGINDIR) 29 install : false, install_dir : PIDGIN_PLUGINDIR)
30 30
31 if IS_WIN32 31 transparency = library('transparency', 'transparency.c',
32 transparency = library('transparency', 'transparency.c', 32 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Transparency"'],
33 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Transparency"'], 33 dependencies : [libpurple_dep, libpidgin_dep, glib],
34 dependencies : [libpurple_dep, libpidgin_dep, glib], 34 name_prefix : '',
35 name_prefix : '', 35 install : true, install_dir : PIDGIN_PLUGINDIR)
36 build_by_default: false,
37 install : true, install_dir : PIDGIN_PLUGINDIR)
38 endif
39 36
40 if enable_unity 37 if enable_unity
41 unity = library('unity', 'unity.c', 38 unity = library('unity', 'unity.c',
42 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'], 39 c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'],
43 dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib], 40 dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib],

mercurial