mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Update recipes
This commit is contained in:
parent
d1334b80c9
commit
98f558ec4c
@ -2,7 +2,11 @@
|
||||
[source]
|
||||
tar = "https://www.cairographics.org/releases/cairomm-1.18.0.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"cairo",
|
||||
]
|
||||
script = """
|
||||
./autogen.sh
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO Bash can't detect the "--all-features" flag on the script
|
||||
[source]
|
||||
git = "https://github.com/w-henderson/Humphrey"
|
||||
[build]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user