pidgin/plugins/notify/meson.build

changeset 41665
149e5ba1e807
child 41718
785c4056ce54
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/plugins/notify/meson.build	Mon Sep 12 05:08:59 2022 -0500
@@ -0,0 +1,8 @@
+notify = library('notify', 'notify.c',
+    c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Notify"'],
+    dependencies : [libpurple_dep, libpidgin_dep, glib],
+    name_prefix : '',
+    build_by_default: false,
+    install : false, install_dir : PIDGIN_PLUGINDIR)
+
+devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())

mercurial