add plugin(streamtvplayer)
[vuplus_openembedded] / recipes / xcb / xcb-proto.inc
1 DESCRIPTION = "XCB: an X protocol C binding"
2 SECTION = "x11/libs"
3 LICENSE = "MIT-X"
4 HOMEPAGE = "http://xcb.freedesktop.org"
5
6 SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
7
8 inherit autotools pkgconfig
9
10 FILES_${PN}-dev += "${datadir}/xcb/*.xml"
11
12 do_stage() {
13         oe_runmake DESTDIR="${D}" install
14         mkdir -p ${STAGING_LIBDIR}/pkgconfig
15         install ${D}${libdir}/pkgconfig/xcb-proto.pc ${STAGING_LIBDIR}/pkgconfig
16         mkdir -p ${STAGING_DATADIR}/xcb
17         install ${D}${datadir}/xcb/*.xml ${STAGING_DATADIR}/xcb
18 }