diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcb.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb.inc | 5 |
1 files changed, 4 insertions, 1 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) |