summaryrefslogtreecommitdiff
path: root/package/MesaLib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-22 19:42:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-22 19:42:09 +0200
commit79aa182cc99a71384078d8f9904a251eee8f192a (patch)
tree32c20a8668186257a8d9156ca56e7514ba8aee82 /package/MesaLib
parent15fa61b4b259eb6ab073dc494e52bc26fb72ef7c (diff)
fix bulkallmod
Diffstat (limited to 'package/MesaLib')
-rw-r--r--package/MesaLib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/MesaLib/Makefile b/package/MesaLib/Makefile
index 097331cde..41506092d 100644
--- a/package/MesaLib/Makefile
+++ b/package/MesaLib/Makefile
@@ -16,6 +16,8 @@ PKG_SITES:= ftp://ftp.freedesktop.org/pub/mesa/7.8.1/
WRKDIST= ${WRKDIR}/Mesa-${PKG_VERSION}
+PKG_TARGET_DEPENDS:= x86 x86_64
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,MESALIB,mesalib,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))