mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4385b3cc9d
commit
ee9acb13cb
@@ -16,7 +16,9 @@ S = "${WORKDIR}/${BPN}-${PV}"
|
||||
FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so"
|
||||
FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
inherit autotools pkgconfig distro_features_check
|
||||
# depends on virtual/xserver
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
# FIXME: We don't want to include the libtool archives (*.la) from modules
|
||||
# directory, as they serve no useful purpose. Upstream should fix Makefile.am
|
||||
|
||||
Reference in New Issue
Block a user