pidgin/plugins/transparency/meson.build

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

mercurial