summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc
index b23096225b..cb6b5ac773 100644
--- a/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc
+++ b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc
@@ -7,4 +7,6 @@ XORG_PN = "${BPN}"
7SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2" 7SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2"
8S = "${WORKDIR}/${XORG_PN}-${PV}" 8S = "${WORKDIR}/${XORG_PN}-${PV}"
9 9
10inherit autotools pkgconfig 10inherit distro_features_check autotools pkgconfig
11
12REQUIRED_DISTRO_FEATURES = "x11"