aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb/xcb-proto.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xcb/xcb-proto.inc')
-rw-r--r--recipes/xcb/xcb-proto.inc9
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes/xcb/xcb-proto.inc b/recipes/xcb/xcb-proto.inc
index 13e6bc9d94..0d89dfc776 100644
--- a/recipes/xcb/xcb-proto.inc
+++ b/recipes/xcb/xcb-proto.inc
@@ -7,13 +7,8 @@ SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
inherit autotools pkgconfig
+INC_PR = "r2"
+
FILES_${PN}-dev += "${datadir}/xcb/*.xml"
ALLOW_EMPTY_${PN} = "1"
-do_stage() {
- oe_runmake DESTDIR="${D}" install
- mkdir -p ${STAGING_LIBDIR}/pkgconfig
- install ${D}${libdir}/pkgconfig/xcb-proto.pc ${STAGING_LIBDIR}/pkgconfig
- mkdir -p ${STAGING_DATADIR}/xcb
- install ${D}${datadir}/xcb/*.xml ${STAGING_DATADIR}/xcb
-}