libxcb: add autoreconf support, depends on util-macros

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 17:58:18 +01:00
parent 078b245483
commit 7a003e7d7e

View File

@ -6,9 +6,11 @@ PKG_LICENSE="OSS"
PKG_SITE="http://xcb.freedesktop.org"
PKG_URL="http://xcb.freedesktop.org/dist/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libXau"
PKG_BUILD_DEPENDS="toolchain Python xcb-proto libpthread-stubs libXau"
PKG_BUILD_DEPENDS="toolchain util-macros Python xcb-proto libpthread-stubs libXau"
PKG_PRIORITY="optional"
PKG_SECTION="x11/lib"
PKG_SHORTDESC="libxcb: X C-language Bindings library"
PKG_LONGDESC="X C-language Bindings library."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"