mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
libfontenc: move and fix compilation
This commit is contained in:
parent
dc892916bd
commit
a2a36b4506
@ -1,9 +0,0 @@
|
||||
#TODO xorg-macros package not found
|
||||
#TODO fontutil package not found
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libfontenc-1.1.7.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"zlib",
|
||||
]
|
||||
18
recipes/wip/x11/libfontenc/recipe.toml
Normal file
18
recipes/wip/x11/libfontenc/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libfontenc-1.1.8.tar.xz"
|
||||
blake3 = "6ab127a335f7cb4892566e59448d91e9ec43ac522f31f97a3c94350f0a3ecaf4"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"x11proto",
|
||||
"zlib",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user