diff options
| -rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.16.0.bb | 5 | 
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 | ||
| 11 | DEPENDS = "dbus glib-2.0 atk at-spi2-core" | 11 | DEPENDS = "dbus glib-2.0 atk at-spi2-core" | 
| 12 | 12 | ||
| 13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig distro_features_check | 
| 14 | |||
| 15 | # The at-spi2-core requires x11 in DISTRO_FEATURES | ||
| 16 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 14 | 17 | ||
| 15 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" | 18 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" | 
| 16 | 19 | ||
