mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
xorg-driver: don't enforce autotools
(From OE-Core rev: a2762b06eb736651b5feaa7626fb3c20c0af7498) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
dba77abb7e
commit
c7d82d1d1a
|
@ -13,7 +13,9 @@ SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2"
|
|||
|
||||
FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so"
|
||||
|
||||
inherit autotools pkgconfig features_check
|
||||
XORGBUILDCLASS ??= "autotools"
|
||||
inherit ${XORGBUILDCLASS} pkgconfig features_check
|
||||
|
||||
# depends on virtual/xserver
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user