summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-driver/xorg-driver-common.inc4
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
14FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" 14FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so"
15 15
16inherit autotools pkgconfig features_check 16XORGBUILDCLASS ??= "autotools"
17inherit ${XORGBUILDCLASS} pkgconfig features_check
18
17# depends on virtual/xserver 19# depends on virtual/xserver
18REQUIRED_DISTRO_FEATURES = "x11" 20REQUIRED_DISTRO_FEATURES = "x11"
19 21