package/libgtk3: re-enable atk-bridge
The at-spi2-core and at-spi2-atk were merged, and are now built by default, so this patch is no longer required. Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com> Tested-by: Adrian Perez de Castro <aperez@igalia.com> Reviewed-by: Adrian Perez de Castro <aperez@igalia.com> [yann.morin.1998@free.fr: - rename remaining patch, - update .checkpackageignore ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
2c3ca7bea1
commit
05f9c34ad0
@ -772,8 +772,7 @@ package/libgpgme/0001-Fix-build-without-threads.patch Upstream
|
|||||||
package/libgpiod/0001-build-add-a-configure-switch-for-building-examples.patch Upstream
|
package/libgpiod/0001-build-add-a-configure-switch-for-building-examples.patch Upstream
|
||||||
package/libgsm/0001-misc-fixes-from-archlinux.patch Upstream
|
package/libgsm/0001-misc-fixes-from-archlinux.patch Upstream
|
||||||
package/libgtk2/0001-reduce-dependencies.patch Upstream
|
package/libgtk2/0001-reduce-dependencies.patch Upstream
|
||||||
package/libgtk3/0001-disable-atk-bridge.patch Upstream
|
package/libgtk3/0001-Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch Upstream
|
||||||
package/libgtk3/0002-Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch Upstream
|
|
||||||
package/libhdhomerun/0001-dont-strip.patch Upstream
|
package/libhdhomerun/0001-dont-strip.patch Upstream
|
||||||
package/libhid/0001-dont-fiddle-with-debug-flags.patch Upstream
|
package/libhid/0001-dont-fiddle-with-debug-flags.patch Upstream
|
||||||
package/libhid/0002-no-newline-in-ldflags.patch Upstream
|
package/libhid/0002-no-newline-in-ldflags.patch Upstream
|
||||||
|
@ -1,41 +0,0 @@
|
|||||||
Remove atk-bridge support.
|
|
||||||
|
|
||||||
atk-bridge doesn't seem useful for now in Buildroot and requires to
|
|
||||||
add two new packages just for it: at-spi2-core and at-spi2-atk.
|
|
||||||
|
|
||||||
Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
|
|
||||||
|
|
||||||
--- a/gtk/a11y/gtkaccessibility.c
|
|
||||||
+++ b/gtk/a11y/gtkaccessibility.c
|
|
||||||
@@ -37,10 +37,6 @@
|
|
||||||
#include <gtk/gtktogglebutton.h>
|
|
||||||
#include <gtk/gtkaccessible.h>
|
|
||||||
|
|
||||||
-#ifdef GDK_WINDOWING_X11
|
|
||||||
-#include <atk-bridge.h>
|
|
||||||
-#endif
|
|
||||||
-
|
|
||||||
static gboolean gail_focus_watcher (GSignalInvocationHint *ihint,
|
|
||||||
guint n_param_values,
|
|
||||||
const GValue *param_values,
|
|
||||||
@@ -988,9 +984,5 @@ _gtk_accessibility_init (void)
|
|
||||||
_gtk_accessibility_override_atk_util ();
|
|
||||||
do_window_event_initialization ();
|
|
||||||
|
|
||||||
-#ifdef GDK_WINDOWING_X11
|
|
||||||
- atk_bridge_adaptor_init (NULL, NULL);
|
|
||||||
-#endif
|
|
||||||
-
|
|
||||||
atk_misc_instance = g_object_new (GTK_TYPE_MISC_IMPL, NULL);
|
|
||||||
}
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -564,7 +564,7 @@ if x11_enabled
|
|
||||||
xfixes_dep = dependency('xfixes', required: false)
|
|
||||||
xcomposite_dep = dependency('xcomposite', required: false)
|
|
||||||
fontconfig_dep = dependency('fontconfig', fallback: ['fontconfig', 'fontconfig_dep'])
|
|
||||||
- atkbridge_dep = dependency('atk-bridge-2.0', version: at_spi2_atk_req)
|
|
||||||
+ atkbridge_dep = dependency('atk-bridge-2.0', version: at_spi2_atk_req, required: false)
|
|
||||||
|
|
||||||
backend_immodules += ['xim']
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user