diff options
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 |