| 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 |