blob: c52b30feb79283257d11140656f0115c4fa24118 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "XCB: an X protocol C binding"
SECTION = "x11"
LICENSE = "MIT-X"
HOMEPAGE = "http://xcb.freedesktop.org"
PR = "r0"
DEPENDS = "libxcb xcb-util"
SRC_URI = "http://xcb.freedesktop.org/dist/xcb-demo-0.1.tar.bz2"
inherit autotools pkgconfig
|