diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-02 18:49:00 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-02 18:49:00 +0000 |
commit | a68cf15726e62b354584be3c1d4bfa6d245e597f (patch) | |
tree | b324f3ca031e0bd307783cd964862f5209c17796 /packages/xcb/xcb-proto_git.bb | |
parent | a6164bbe00f788d1a42190fa1ca8dd685fbd1f17 (diff) |
xcb: cleanup and update
- move common lines of libxcb, xcb-proto and xcb-util into .inc files
- add libpthread-stubs-0.1
- add xcb-proto-1.0
- add libxcb-1.0
Diffstat (limited to 'packages/xcb/xcb-proto_git.bb')
-rw-r--r-- | packages/xcb/xcb-proto_git.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/packages/xcb/xcb-proto_git.bb b/packages/xcb/xcb-proto_git.bb index e7dcf61de1..26b6ce7d01 100644 --- a/packages/xcb/xcb-proto_git.bb +++ b/packages/xcb/xcb-proto_git.bb @@ -1,17 +1,13 @@ 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" +include xcb-proto.inc +PV = "1.0+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 } + |