diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-04-29 07:31:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-29 08:51:13 +0200 |
commit | cf9dc567a8d1f785413d6c8c28a62ee812dd1b74 (patch) | |
tree | b3b21cfd573ecb78463408211502944f55219cd7 | |
parent | 13c9e64ff14d253a60ebadd8288bb3ec03ea9ca0 (diff) | |
download | meta-openembedded-cf9dc567a8d1f785413d6c8c28a62ee812dd1b74.tar.gz |
xcb-proto: Add recipe for version 1.6
xcb-proto is needed by libxcb and --without-xcb
is not possible with xorg-lib anymore hence the need
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-graphics/xcb/xcb-proto.inc | 18 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xcb/xcb-proto_1.6.bb | 6 |
2 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xcb/xcb-proto.inc b/meta-oe/recipes-graphics/xcb/xcb-proto.inc new file mode 100644 index 0000000000..226dd72c6f --- /dev/null +++ b/meta-oe/recipes-graphics/xcb/xcb-proto.inc | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "XCB: an X protocol C binding" | ||
2 | SECTION = "x11/libs" | ||
3 | LICENSE = "MIT-X" | ||
4 | HOMEPAGE = "http://xcb.freedesktop.org" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" | ||
6 | DEPENDS = "python-native" | ||
7 | |||
8 | SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2" | ||
9 | |||
10 | BBCLASSEXTEND = "native nativesdk" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | INC_PR = "r0" | ||
15 | |||
16 | FILES_${PN}-dev += "${datadir}/xcb/*.xml" | ||
17 | ALLOW_EMPTY_${PN} = "1" | ||
18 | |||
diff --git a/meta-oe/recipes-graphics/xcb/xcb-proto_1.6.bb b/meta-oe/recipes-graphics/xcb/xcb-proto_1.6.bb new file mode 100644 index 0000000000..db18c2ace5 --- /dev/null +++ b/meta-oe/recipes-graphics/xcb/xcb-proto_1.6.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | include xcb-proto.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | |||
4 | SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b" | ||
5 | SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2" | ||
6 | |||