From cc4b1579c629f3b16fa1dc19300b064b7660cff8 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 17:57:14 +0100 Subject: [PATCH] xf86miscproto: add autoreconf support, depends on util-macros Signed-off-by: Stephan Raue --- packages/x11/proto/xf86miscproto/meta | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/x11/proto/xf86miscproto/meta b/packages/x11/proto/xf86miscproto/meta index 8a970ce3f2..0c6e6f120b 100644 --- a/packages/x11/proto/xf86miscproto/meta +++ b/packages/x11/proto/xf86miscproto/meta @@ -6,9 +6,11 @@ PKG_LICENSE="OSS" PKG_SITE="http://www.X.org" PKG_URL="http://xorg.freedesktop.org/archive/individual/proto/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="toolchain" +PKG_BUILD_DEPENDS="toolchain util-macros" PKG_PRIORITY="optional" PKG_SECTION="x11/proto" PKG_SHORTDESC="xf86miscproto: XF86Misc extension headers" PKG_LONGDESC="XF86Misc extension headers" PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"