diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-01-28 15:52:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-03 14:53:54 +0000 |
commit | ee9acb13cbb8e128771a173b780efc83e4c20e63 (patch) | |
tree | e7e9899cc5dceea8e5b64a479ef824ac6e8101d8 /meta/recipes-graphics/xorg-driver | |
parent | 4385b3cc9ddb0a2a023dd2f15ef734947566c7f4 (diff) | |
download | poky-ee9acb13cbb8e128771a173b780efc83e4c20e63.tar.gz |
xorg-driver: add x11 to required DISTRO_FEATURES
(From OE-Core rev: 8764282a06fa5f7571c479a5b3b35c7baaad241f)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc index 17fac8b8c0..7a710dc532 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | |||
@@ -16,7 +16,9 @@ S = "${WORKDIR}/${BPN}-${PV}" | |||
16 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" | 16 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" |
17 | FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug" | 17 | FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig distro_features_check |
20 | # depends on virtual/xserver | ||
21 | REQUIRED_DISTRO_FEATURES = "x11" | ||
20 | 22 | ||
21 | # FIXME: We don't want to include the libtool archives (*.la) from modules | 23 | # FIXME: We don't want to include the libtool archives (*.la) from modules |
22 | # directory, as they serve no useful purpose. Upstream should fix Makefile.am | 24 | # directory, as they serve no useful purpose. Upstream should fix Makefile.am |