libpurple/plugins/statenotify/meson.build

changeset 42742
44125b8e3b27
parent 42703
af918f4ddfdf
--- a/libpurple/plugins/statenotify/meson.build	Wed Apr 24 01:00:06 2024 -0500
+++ b/libpurple/plugins/statenotify/meson.build	Wed Apr 24 01:02:13 2024 -0500
@@ -1,11 +1,12 @@
+subdir_done()
+
 library('statenotify', 'statenotify.c',
     c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PurplePlugin-StateNotify"'],
     gnu_symbol_visibility : 'hidden',
     dependencies : [libpurple_dep],
     name_prefix : '',
     install : true,
-    install_dir : PURPLE_PLUGINDIR,
-    build_by_default : false)
+    install_dir : PURPLE_PLUGINDIR)
 
 settings_schemas = [
   'im.pidgin.Purple.plugin.StateNotify.gschema.xml',

mercurial