diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc | 4 |
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}" | |||
7 | SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2" | 7 | SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2" |
8 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 8 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit distro_features_check autotools pkgconfig |
11 | |||
12 | REQUIRED_DISTRO_FEATURES = "x11" | ||