mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
build: Disable deprecation warnings for input methods
This commit is contained in:
parent
f942aa53e2
commit
81341c042b
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user