[gtk+/wip/meson] build: Disable deprecation warnings for input methods



commit 29c0630401c04aea3138891424597b75f9cd8ec9
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Apr 19 11:34:29 2017 +0100

    build: Disable deprecation warnings for input methods

 modules/input/meson.build |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/modules/input/meson.build b/modules/input/meson.build
index 90be67f..ecb98c4 100644
--- a/modules/input/meson.build
+++ b/modules/input/meson.build
@@ -56,6 +56,7 @@ mp_confdir = join_paths(sysconfdir, 'gtk-4.0')
 mp_cargs = [
  '-DMULTIPRESS_LOCALEDIR=""', # FIXME: where is $(mplocaledir) ever set?
  '-DMULTIPRESS_CONFDIR="@0@"'.format(mp_confdir),
+ '-DGDK_DISABLE_DEPRECATION_WARNINGS',
 ]
 install_data('im-multipress.conf', install_dir : mp_confdir)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]