blob: 469f5f9042c8589f827d5ef370288548366e1a58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFAULT_PREFERENCE = "-1"
DESCRIPTION = "XCB: an X protocol C binding"
SECTION = "x11"
LICENSE = "MIT-X"
HOMEPAGE = "http://xcb.freedesktop.org"
PV = "0.1+git"
PR = "r0"
DEPENDS = "libxcb xcb-util"
SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
S = "${WORKDIR}/git/xcb-demo"
inherit autotools pkgconfig
|