blob: 6a98d240a329f631c620cd3a2d396a7f1dd179d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DEFAULT_PREFERENCE = "-1"
DESCRIPTION = "XCB: an X protocol C binding"
SECTION = "x11"
LICENSE = "MIT-X"
HOMEPAGE = "http://xcb.freedesktop.org"
MAINTAINER = "Philipp Zabel <philipp.zabel@gmail.com>"
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
|