Add gperf to netsurf, remove from podman

This commit is contained in:
Wildan M 2026-02-08 11:00:59 +07:00
parent bccd4a54ef
commit b6f69a026c
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
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]