summaryrefslogtreecommitdiff
path: root/packages/xcb/xcb-proto_git.bb
blob: e7dcf61de1330268884d7e1efd0ddf38cea3faad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DEFAULT_PREFERENCE = "-1"

DESCRIPTION = "XCB: an X protocol C binding"
SECTION = "x11/libs"
LICENSE = "MIT-X"
HOMEPAGE = "http://xcb.freedesktop.org"
PV = "0.9+git"
PR = "r0"

SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
S = "${WORKDIR}/git/xcb-proto"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}