summaryrefslogtreecommitdiff
path: root/package/mesa/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-12-30 15:32:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-12-30 15:32:54 +0100
commitbc5856d7087851c27c21bf2dc072dfda81902d98 (patch)
treea6a44a110711cf311463fc922a3eabea7093e9e6 /package/mesa/Makefile
parent8b7683d21baba96ed8fde82ea629cd7762a850ed (diff)
mesa: allow aarch64
Diffstat (limited to 'package/mesa/Makefile')
-rw-r--r--package/mesa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mesa/Makefile b/package/mesa/Makefile
index 91950f36e..74a176301 100644
--- a/package/mesa/Makefile
+++ b/package/mesa/Makefile
@@ -21,7 +21,7 @@ PKG_SITES:= ftp://ftp.freedesktop.org/pub/mesa/
PKG_LIBNAME:= mesa
PKG_OPTS:= dev
-PKG_ARCH_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el arm
+PKG_ARCH_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el arm aarch64
include $(ADK_TOPDIR)/mk/package.mk