summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-08-10 15:21:28 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2025-08-10 17:23:41 +0200
commitc06aa8550c7338b0882d073ce4561c2ae5b2af45 (patch)
tree481633537261126c56a1e640af092ae4d307bcfa
parent62caa19e26830db75dedb203ee3857b1687886d7 (diff)
fltk: allow aarch64
-rw-r--r--package/fltk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fltk/Makefile b/package/fltk/Makefile
index 36efaf466..77d299cf9 100644
--- a/package/fltk/Makefile
+++ b/package/fltk/Makefile
@@ -17,7 +17,7 @@ PKG_SITES:= https://github.com/fltk/fltk/releases/download/release-$(PKG_VERSIO
PKG_LIBNAME:= libfltk
PKG_OPTS:= dev
-PKG_ARCH_DEPENDS:= x86 x86_64 mips sh arm
+PKG_ARCH_DEPENDS:= aarch64 x86 x86_64 mips sh arm
DISTFILES:= ${PKG_NAME}-$(PKG_VERSION)-source.tar.gz