pidgin/plugins/gestures/meson.build

Mon, 16 Oct 2023 22:26:58 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 16 Oct 2023 22:26:58 -0500
changeset 42359
73b81fa21ce6
parent 41637
ea3c8dca0bc8
child 42372
ba3a49903905
permissions
-rw-r--r--

Update to the latest hasl to fix our FreeBSD builds

Testing Done:
Compiled

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

gestures_SOURCES = [
	'gestures.c',
	'gstroke.h',
	'gstroke-internal.h',
	'stroke.c',
	'stroke-draw.c'
]

gestures = library('gestures', gestures_SOURCES,
    c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Gestures"'],
    dependencies : [libpurple_dep, libpidgin_dep, glib],
    name_prefix : '',
    build_by_default : false,  # FIXME: Port to GTK4
    install : false, install_dir : PIDGIN_PLUGINDIR)

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

mercurial