summaryrefslogtreecommitdiff
path: root/package/freeglut
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-04 11:20:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-04 12:18:48 +0200
commit8f5eb67e7f92ce68dbdb68150af472997d4a9089 (patch)
tree1ade3c5e4fbb7443f5b4ffc03a8f07787d8f0ede /package/freeglut
parent77cf90ffd9993712859e09a1c9da83fac184d320 (diff)
allow arm, sort
Diffstat (limited to 'package/freeglut')
-rw-r--r--package/freeglut/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/freeglut/Makefile b/package/freeglut/Makefile
index 7d05cb4e0..c98814d36 100644
--- a/package/freeglut/Makefile
+++ b/package/freeglut/Makefile
@@ -18,7 +18,7 @@ PKG_OPTS:= dev
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
PKG_HOST_DEPENDS:= !cygwin
-PKG_ARCH_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el
+PKG_ARCH_DEPENDS:= arm mips mipsel mips64 mips64el x86 x86_64
include $(ADK_TOPDIR)/mk/package.mk