blob: 2f3d2bfef993affb562e046d79993bb44253c27e (
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"
SRCREV = "7cf9a16bfa0653d83726754599b5b2f27fcb0b2c"
PV = "0.1+git"
PR = "r0"
DEPENDS = "libxcb xcb-util"
SRC_URI = "git://anongit.freedesktop.org/xcb/demo;protocol=git"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
|