diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb.inc | 5 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xcb-util.inc | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb.inc b/meta/recipes-graphics/xorg-lib/libxcb.inc index 453f5500c3..fe31f20df0 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb.inc +++ b/meta/recipes-graphics/xorg-lib/libxcb.inc | |||
@@ -20,7 +20,10 @@ PACKAGES_DYNAMIC = "^libxcb-.*" | |||
20 | 20 | ||
21 | FILES_${PN} = "${libdir}/libxcb.so.*" | 21 | FILES_${PN} = "${libdir}/libxcb.so.*" |
22 | 22 | ||
23 | inherit autotools pkgconfig pythonnative | 23 | inherit autotools pkgconfig pythonnative distro_features_check |
24 | |||
25 | # The libxau and others requires x11 in DISTRO_FEATURES | ||
26 | REQUIRED_DISTRO_FEATURES = "x11" | ||
24 | 27 | ||
25 | python populate_packages_prepend () { | 28 | python populate_packages_prepend () { |
26 | do_split_packages(d, '${libdir}', '^libxcb-(.*)\.so\..*$', 'libxcb-%s', 'XCB library module for %s', allow_links=True) | 29 | do_split_packages(d, '${libdir}', '^libxcb-(.*)\.so\..*$', 'libxcb-%s', 'XCB library module for %s', allow_links=True) |
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util.inc b/meta/recipes-graphics/xorg-lib/xcb-util.inc index d15cf9fba1..99d04f9d44 100644 --- a/meta/recipes-graphics/xorg-lib/xcb-util.inc +++ b/meta/recipes-graphics/xorg-lib/xcb-util.inc | |||
@@ -18,4 +18,6 @@ DEPENDS += "gperf-native" | |||
18 | 18 | ||
19 | SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2" | 19 | SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2" |
20 | 20 | ||
21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig distro_features_check |
22 | |||
23 | REQUIRED_DISTRO_FEATURES = "x11" | ||