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, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb.inc b/meta/recipes-graphics/xorg-lib/libxcb.inc index 75a43a5d3a..453f5500c3 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb.inc +++ b/meta/recipes-graphics/xorg-lib/libxcb.inc @@ -10,10 +10,11 @@ BBCLASSEXTEND = "native nativesdk" SECTION = "x11/libs" LICENSE = "MIT-X" -DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native libpthread-stubs" +DEPENDS = "xcb-proto xproto libxau xcb-proto-native libpthread-stubs" SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \ - file://xcbincludedir.patch" + file://xcbincludedir.patch \ + file://disable-check.patch" PACKAGES_DYNAMIC = "^libxcb-.*" |