diff options
Diffstat (limited to 'recipes/xcb/libxcb_1.6.bb')
-rw-r--r-- | recipes/xcb/libxcb_1.6.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/xcb/libxcb_1.6.bb b/recipes/xcb/libxcb_1.6.bb index 27274b9a5b..f24f40a08f 100644 --- a/recipes/xcb/libxcb_1.6.bb +++ b/recipes/xcb/libxcb_1.6.bb @@ -1,12 +1,10 @@ include libxcb.inc -PR = "r0" +PR = "${INC_PR}.0" SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \ file://configure_git.patch" DEPENDS += "libpthread-stubs" -PACKAGES =+ "libxcb-xinerama" - SRC_URI[md5sum] = "cba9f6d1137ef00d9b326726d0bab6fd" SRC_URI[sha256sum] = "1ae6c81774a4637e90879d50db9017a2cc6c3f524e1baedc63ba72d44cad2936" |