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:41:12 +0100 |
commit | 908f6f2ded18d5301f428e685bface60335bd791 (patch) | |
tree | 45bd4a0b8bf2f1640a7ff4d3a1a39c01db917cd1 /meta/recipes-graphics/libepoxy | |
parent | e66f1c830bfee09ed9a043ade5374fe61fea3c99 (diff) | |
download | openembedded-core-contrib-908f6f2ded18d5301f428e685bface60335bd791.tar.gz |
recipes-graphics: add x11 to REQUIRED_DISTRO_FEATURES
They can't be built withou x11 in DISTRO_FEATURES.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-graphics/libepoxy')
-rw-r--r-- | meta/recipes-graphics/libepoxy/libepoxy_1.2.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb index 4fbc8610662..1934fae9433 100644 --- a/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb +++ b/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb @@ -11,6 +11,9 @@ SRCREV="7422de5b4be7b19d789136b3bb5f932de42db27c" S = "${WORKDIR}/git" -inherit autotools pkgconfig +inherit autotools pkgconfig distro_features_check + +# The virtual/libx11 requires x11 in DISTRO_FEATURES +REQUIRED_DISTRO_FEATURES = "x11" DEPENDS = "util-macros virtual/egl virtual/libx11" |