summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorElliott S <quantum.analyst@gmail.com>2020-07-24 04:43:46 -0500
committerElliott S <quantum.analyst@gmail.com>2020-07-24 04:43:46 -0500
commit4e082c14ec25b8ea17a28ee7a37631ac127acb4e (patch)
treee872037b5a29f85fbe684b4c8cc953e9b8cbae12 /meson_options.txt
parenta59f33cd8a5201a5f55740ac5efeaf607c90253d (diff)
downloadpidgin-4e082c14ec25b8ea17a28ee7a37631ac127acb4e.tar.gz
Fix gestures plugin
Update gestures plugin for gtkplugin.h removal. Use correct alloc/free functions for gestures. Use a GtkEventBox for the gestures event handling. Convert gesture stroke drawing to Gdk/Cairo. Always enable building the gestures plugin. It no longer requires a platform-specific library. Reviewed at https://reviews.imfreedom.org/r/47/
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5ecc1c6970..59b49d6e94 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -79,9 +79,6 @@ option('zephyr', type : 'feature',
option('console-logging', type : 'boolean', value : false,
description : 'compile with console logging support')
-option('gestures', type : 'boolean', value : true,
- description : 'compile with the gestures plugin')
-
option('gevolution', type : 'feature', value : 'disabled',
description : 'compile with the Evolution plugin')