diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcb_1.11.1.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb_1.11.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.11.1.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.11.1.bb index 6b944c9b0b..4372be1a0d 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb_1.11.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxcb_1.11.1.bb | |||
@@ -19,13 +19,13 @@ SRC_URI[sha256sum] = "b720fd6c7d200e5371affdb3f049cc8f88cff9aed942ff1b824d95eedb | |||
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
21 | 21 | ||
22 | DEPENDS = "xcb-proto xproto libxau xcb-proto-native libpthread-stubs libxdmcp" | 22 | DEPENDS = "xcb-proto xproto libxau libpthread-stubs libxdmcp" |
23 | 23 | ||
24 | PACKAGES_DYNAMIC = "^libxcb-.*" | 24 | PACKAGES_DYNAMIC = "^libxcb-.*" |
25 | 25 | ||
26 | FILES_${PN} = "${libdir}/libxcb.so.*" | 26 | FILES_${PN} = "${libdir}/libxcb.so.*" |
27 | 27 | ||
28 | inherit autotools pkgconfig pythonnative distro_features_check | 28 | inherit autotools pkgconfig distro_features_check |
29 | 29 | ||
30 | # The libxau and others requires x11 in DISTRO_FEATURES | 30 | # The libxau and others requires x11 in DISTRO_FEATURES |
31 | REQUIRED_DISTRO_FEATURES = "x11" | 31 | REQUIRED_DISTRO_FEATURES = "x11" |