Merge branch 'gperf-deps' into 'master'

Add gperf to netsurf, remove from podman

See merge request redox-os/redox!1878
This commit is contained in:
Jeremy Soller 2026-02-11 06:47:38 -07:00
commit 03441be6f0
3 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,6 @@ RUN apt-get update \
git \
git-lfs \
gobject-introspection \
gperf \
gtk-doc-tools \
gtk-update-icon-cache \
help2man \

View File

@ -20,6 +20,9 @@ dependencies = [
"liborbital",
"libiconv"
]
dev-dependencies = [
"host:gperf"
]
script = """
DYNAMIC_INIT

View File

@ -1,4 +1,4 @@
#TODO compiled but not fully tested
#TODO Promote
[source]
tar = "https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz"
[build]