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

DESCRIPTION = "XCB: an X protocol C binding"
SECTION = "x11/libs"
LICENSE = "MIT-X"
HOMEPAGE = "http://xcb.freedesktop.org"
MAINTAINER = "Philipp Zabel <philipp.zabel@gmail.com>"
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
}