wok-4.x rev 2960
libxcb: Avoid dep on xcb-proto/python
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 08 23:10:31 2009 +0200 (2009-05-08) |
parents | fd77e4bd62a5 |
children | 206274050160 |
files | libxcb/receipt |
line diff
1.1 --- a/libxcb/receipt Fri May 08 22:26:27 2009 +0200 1.2 +++ b/libxcb/receipt Fri May 08 23:10:31 2009 +0200 1.3 @@ -3,9 +3,11 @@ 1.4 PACKAGE="libxcb" 1.5 VERSION="1.2" 1.6 CATEGORY="x-window" 1.7 -SHORT_DESC="The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility." 1.8 +SHORT_DESC="The X protocol C-language Binding (XCB) is a replacement for \ 1.9 +Xlib featuring a small footprint, latency hiding, direct access to the \ 1.10 +protocol, improved threading support, and extensibility." 1.11 MAINTAINER="mallory@sweetpeople.org" 1.12 -DEPENDS="xcb-proto xorg-libXau xorg-libXdmcp" 1.13 +DEPENDS="xorg-libXau xorg-libXdmcp" 1.14 BUILD_DEPENDS="xcb-proto pkg-config xorg-libXau-dev libpthread-stubs" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://xcb.freedesktop.org"