pidgin/plugins/unity/meson.build

Tue, 31 Oct 2023 02:58:02 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 31 Oct 2023 02:58:02 -0500
changeset 42459
e0a24938f214
parent 42452
8b5a5b21d6da
child 42468
3ea8d5befbe4
permissions
-rw-r--r--

Add an XScreenSaver based idle source for the new Idle Manager

Testing Done:
Set my xscreensaver blank time to 1 minute and verified it detected it.
Also manually blanked and made sure it detected it.

Reviewed at https://reviews.imfreedom.org/r/2689/

library('unity', 'unity.c',
    c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'],
    dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib],
    name_prefix : '',
    install : true, install_dir : PIDGIN_PLUGINDIR)

settings_schemas = [
  'im.pidgin.Pidgin.plugin.Unity.gschema.xml',
]

install_data(settings_schemas, install_dir: schemas_dir)
gnome.post_install(glib_compile_schemas: true)

# Compile the schemas in the current directory; this is only useful for testing
gnome.compile_schemas(depend_files: files(settings_schemas))

devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())

mercurial