[gtk/gtk-3-24-meson: 48/95] meson: disable some broken immodules for now
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 48/95] meson: disable some broken immodules for now
- Date: Thu, 11 Apr 2019 14:55:27 +0000 (UTC)
commit 09fe0b0edc758708a6f4c3006f160d28d39c49c7
Author: Christoph Reiter <creiter src gnome org>
Date: Thu Mar 28 19:51:35 2019 +0100
meson: disable some broken immodules for now
To fix the build.
We need to port the source generation logic from gtk4 for this.
meson.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index eeded30ea7..0d11495c42 100644
--- a/meson.build
+++ b/meson.build
@@ -652,10 +652,10 @@ immodules = [
[ 'viqr', [ immodule_srcdir + 'imviqr.c' ] ],
[ 'broadway', [ immodule_srcdir + 'imbroadway.c' ], broadway_enabled ],
[ 'ime', [ immodule_srcdir + 'gtkimcontextime.c', immodule_srcdir + 'imime.c' ], win32_enabled ],
- # anything below this line is untested!
[ 'quartz', [ immodule_srcdir + 'imquartz.c' ], quartz_enabled, '-xobjective-c' ],
- [ 'wayland', [ immodule_srcdir + immodule_srcdir + 'imwayland.c', immodule_srcdir +
'text-input-unstable-v3-protocol.c' ], wayland_enabled ],
- [ 'waylandgtk', [ immodule_srcdir + 'imwaylandgtk.c', immodule_srcdir + 'gtk-text-input-protocol.c' ],
wayland_enabled ],
+ # FIXME: needs to be ported from gtk4
+ # [ 'wayland', [ immodule_srcdir + 'imwayland.c', immodule_srcdir + 'text-input-unstable-v3-protocol.c' ],
wayland_enabled ],
+ # [ 'waylandgtk', [ immodule_srcdir + 'imwaylandgtk.c', immodule_srcdir + 'gtk-text-input-protocol.c' ],
wayland_enabled ],
[ 'xim', [ immodule_srcdir + 'gtkimcontextxim.c', immodule_srcdir + 'imxim.c' ], x11_enabled ],
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]