pidgin/plugins/unity/meson.build

Mon, 09 Oct 2023 22:25:56 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 09 Oct 2023 22:25:56 -0500
changeset 42342
7498c6982122
parent 41665
149e5ba1e807
child 42372
ba3a49903905
permissions
-rw-r--r--

Remove some stray talkatu includes

Not sure if these were missed previously or what, but they're unnecessary
regardless.

Testing Done:
Compiled

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

unity = 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)

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

mercurial