libpurple/protocols/zephyr/meson.build

changeset 41107
1570d8844e9a
parent 41075
94a357cfec6c
child 41827
c0c9eeca7d4b
equal deleted inserted replaced
41106:a9588f5aef2f 41107:1570d8844e9a
75 source_dir : 'resources', 75 source_dir : 'resources',
76 c_name : 'zephyr') 76 c_name : 'zephyr')
77 ZEPHYR_SOURCES += zephyr_resources 77 ZEPHYR_SOURCES += zephyr_resources
78 78
79 zephyr_prpl = shared_library('zephyr', ZEPHYR_SOURCES, 79 zephyr_prpl = shared_library('zephyr', ZEPHYR_SOURCES,
80 c_args : '-Dlint', 80 c_args : ['-Dlint', '-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Purple-Zephyr"'],
81 dependencies : [extdep, libpurple_dep, glib], 81 dependencies : [extdep, libpurple_dep, glib],
82 install : true, install_dir : PURPLE_PLUGINDIR) 82 install : true, install_dir : PURPLE_PLUGINDIR)
83 83
84 devenv.append('PURPLE_PLUGIN_PATH', meson.current_build_dir()) 84 devenv.append('PURPLE_PLUGIN_PATH', meson.current_build_dir())
85 endif 85 endif

mercurial