wok diff libxcb/receipt @ rev 2833
gamin: Reduce size with strip -s on libs (-68k)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 30 14:47:39 2009 +0200 (2009-04-30) |
parents | a17a199c9ca3 |
children | 583bdd691510 |
line diff
1.1 --- a/libxcb/receipt Wed Apr 22 17:09:30 2009 +0200 1.2 +++ b/libxcb/receipt Thu Apr 30 14:47:39 2009 +0200 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="x-window" 1.5 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.6 MAINTAINER="mallory@sweetpeople.org" 1.7 -DEPENDS="xcb-proto" 1.8 -BUILD_DEPENDS="xcb-proto" 1.9 +DEPENDS="xcb-proto xorg-libXau" 1.10 +BUILD_DEPENDS="xcb-proto pkg-config xorg-libXau-dev libpthread-stubs" 1.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://xcb.freedesktop.org" 1.13 WGET_URL="$WEB_SITE/dist/$TARBALL"