diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-09 01:09:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-09 01:09:20 +0200 |
commit | 7626af0b8aeb6ec098c772b5400141b12b36e91a (patch) | |
tree | 40cda1e3d4833c566a6d7fda7a559d357ad242f4 /package/dillo | |
parent | 496ad14c2b8e2deab8c561d191c7d4563d2aeec0 (diff) |
drop support for non-Linux hosts
Diffstat (limited to 'package/dillo')
-rw-r--r-- | package/dillo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/dillo/Makefile b/package/dillo/Makefile index 0535edb69..bb72f80cf 100644 --- a/package/dillo/Makefile +++ b/package/dillo/Makefile @@ -15,7 +15,6 @@ PKG_NEEDS:= threads cxx PKG_URL:= http://www.dillo.org/ PKG_SITES:= http://www.dillo.org/download/ -PKG_HOST_DEPENDS:= !cygwin PKG_ARCH_DEPENDS:= arm mips mips64 x86 x86_64 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |