diff options
| author | Ross Burton <ross.burton@intel.com> | 2020-01-03 18:32:36 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-27 16:48:08 +0000 |
| commit | c7d82d1d1a05535caa9d6de3845c912fe148cf30 (patch) | |
| tree | 391ddc4b6c30b8487cf1e71593664e37762732e9 /meta/recipes-graphics | |
| parent | dba77abb7ebaa4248ce6d96435e60e9e4c383b8c (diff) | |
| download | poky-c7d82d1d1a05535caa9d6de3845c912fe148cf30.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-graphics')
| -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 54f04b11e5..e30f044724 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | |||
| @@ -13,7 +13,9 @@ SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" | |||
| 13 | 13 | ||
| 14 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" | 14 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" |
| 15 | 15 | ||
| 16 | inherit autotools pkgconfig features_check | 16 | XORGBUILDCLASS ??= "autotools" |
| 17 | inherit ${XORGBUILDCLASS} pkgconfig features_check | ||
| 18 | |||
| 17 | # depends on virtual/xserver | 19 | # depends on virtual/xserver |
| 18 | REQUIRED_DISTRO_FEATURES = "x11" | 20 | REQUIRED_DISTRO_FEATURES = "x11" |
| 19 | 21 | ||
