diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/mesa/Makefile | 2 |
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 |