aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xcb')
-rw-r--r--recipes/xcb/xcb-proto.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xcb/xcb-proto.inc b/recipes/xcb/xcb-proto.inc
index 449d915908..fdc4777acf 100644
--- a/recipes/xcb/xcb-proto.inc
+++ b/recipes/xcb/xcb-proto.inc
@@ -2,6 +2,7 @@ DESCRIPTION = "XCB: an X protocol C binding"
SECTION = "x11/libs"
LICENSE = "MIT-X"
HOMEPAGE = "http://xcb.freedesktop.org"
+DEPENDS = "python-native"
SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
@@ -9,7 +10,7 @@ BBCLASSEXTEND = "native nativesdk"
inherit autotools pkgconfig
-INC_PR = "r2"
+INC_PR = "r3"
FILES_${PN}-dev += "${datadir}/xcb/*.xml"
ALLOW_EMPTY_${PN} = "1"