aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb/xcb-proto.inc
blob: fdc4777acf16136090c24a0f768025ba11a38ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"

BBCLASSEXTEND = "native nativesdk"

inherit autotools pkgconfig

INC_PR = "r3"

FILES_${PN}-dev += "${datadir}/xcb/*.xml"
ALLOW_EMPTY_${PN} = "1"