diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-10 19:30:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:58 +0100 |
commit | d003b907b5038d6abeaf76952582cd76e1888b2c (patch) | |
tree | 6582465bb974895a72ae7e394347705be4ea602b | |
parent | 12d02d58e76d055144550b2bf487789e077dec15 (diff) | |
download | poky-d003b907b5038d6abeaf76952582cd76e1888b2c.tar.gz |
at-spi2-atk: add x11 to REQUIRED_DISTRO_FEATURES
It can't be built withou x11 in DISTRO_FEATURES.
(From OE-Core rev: a9ad7772060cfa4a1f0760dfa407a78aa2bc4e4f)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | ||