summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/atk/at-spi2-atk_2.16.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb
index d8379c1011..7d95fdbd83 100644
--- a/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb
+++ b/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb
@@ -10,7 +10,10 @@ SRC_URI[sha256sum] = "78efc45ec36383bf785f8636e64a8d866defeb020e00a08f92978f1fc3
10 10
11DEPENDS = "dbus glib-2.0 atk at-spi2-core" 11DEPENDS = "dbus glib-2.0 atk at-spi2-core"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig distro_features_check
14
15# The at-spi2-core requires x11 in DISTRO_FEATURES
16REQUIRED_DISTRO_FEATURES = "x11"
14 17
15PACKAGES =+ "${PN}-gnome ${PN}-gtk2" 18PACKAGES =+ "${PN}-gnome ${PN}-gtk2"
16 19