mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Add freetype and nghttp2 recipe
This commit is contained in:
parent
275e5dbae6
commit
f8edf05e54
9
recipes/freetype/recipe.toml
Normal file
9
recipes/freetype/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[source]
|
||||
tar = "https://download.savannah.gnu.org/releases/freetype/freetype-2.9.1.tar.gz"
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libpng",
|
||||
"zlib"
|
||||
]
|
||||
11
recipes/nghttp2/recipe.toml
Normal file
11
recipes/nghttp2/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[source]
|
||||
tar = "https://github.com/nghttp2/nghttp2/releases/download/v1.37.0/nghttp2-1.37.0.tar.xz"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE_ARGS+=(
|
||||
--enable-lib-only
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user