From 4c1c8207b9ace89d727e3bd98ae77c4282672172 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 1 Nov 2012 17:50:56 +0100 Subject: Accessibility Linux: Do not depend on external libatspi2 This has (and still does) caused lots of grief since it means accessibility was often unintendedly not built. Instead copy the lib-at-spi-2 header file needed for the type enum and build it by default again. Change-Id: I1ba26f20edff1aeb444c96a37928f36230ac7576 Reviewed-by: J-P Nurmi --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 06c61ef2a5..474f43f2f1 100755 --- a/configure +++ b/configure @@ -4982,14 +4982,14 @@ if [ "$CFG_ACCESSIBILITY" != "no" ]; then if [ "$CFG_XCB" = "no" ]; then CFG_ACCESSIBILITY=yes else - # linux/xcb accessibility needs dbus and atspi-2 - if [ "$CFG_DBUS" != "no" ] && [ -n "$PKG_CONFIG" ] && $PKG_CONFIG --exists "atspi-2" 2>/dev/null; then + # linux/xcb accessibility needs dbus + if [ "$CFG_DBUS" != "no" ] && [ -n "$PKG_CONFIG" ]; then CFG_ACCESSIBILITY=yes else if [ "$CFG_ACCESSIBILITY" = "auto" ]; then CFG_ACCESSIBILITY=no else - echo "Accessibility support needs pkg-config and libatspi2." + echo "Accessibility support needs DBus." exit 101 fi fi -- cgit v1.2.3