diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xorg-app-common.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xorg-app-common.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xorg-app-common.inc b/meta/recipes-graphics/xorg-app/xorg-app-common.inc index 524a2d3077..59a04fa494 100644 --- a/meta/recipes-graphics/xorg-app/xorg-app-common.inc +++ b/meta/recipes-graphics/xorg-app/xorg-app-common.inc | |||
@@ -5,12 +5,15 @@ SECTION = "x11/apps" | |||
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT-X" |
6 | DEPENDS = "util-macros-native virtual/libx11" | 6 | DEPENDS = "util-macros-native virtual/libx11" |
7 | 7 | ||
8 | # depends on virtual/libx11 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
10 | |||
8 | INC_PR = "r8" | 11 | INC_PR = "r8" |
9 | 12 | ||
10 | SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2" | 13 | SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2" |
11 | 14 | ||
12 | S = "${WORKDIR}/${BPN}-${PV}" | 15 | S = "${WORKDIR}/${BPN}-${PV}" |
13 | 16 | ||
14 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig distro_features_check |
15 | 18 | ||
16 | FILES_${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/" | 19 | FILES_${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/" |