mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
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:
commit
03441be6f0
@ -26,7 +26,6 @@ RUN apt-get update \
|
||||
git \
|
||||
git-lfs \
|
||||
gobject-introspection \
|
||||
gperf \
|
||||
gtk-doc-tools \
|
||||
gtk-update-icon-cache \
|
||||
help2man \
|
||||
|
||||
@ -20,6 +20,9 @@ dependencies = [
|
||||
"liborbital",
|
||||
"libiconv"
|
||||
]
|
||||
dev-dependencies = [
|
||||
"host:gperf"
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user