From 7a003e7d7eb859b3646c359bc0a35a3c06eab62b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 17:58:18 +0100 Subject: [PATCH] libxcb: add autoreconf support, depends on util-macros Signed-off-by: Stephan Raue --- packages/x11/lib/libxcb/meta | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/x11/lib/libxcb/meta b/packages/x11/lib/libxcb/meta index b31f24e1ac..ee13825c82 100644 --- a/packages/x11/lib/libxcb/meta +++ b/packages/x11/lib/libxcb/meta @@ -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"