mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
libxft: update, move, and fix
This commit is contained in:
parent
41410b24ca
commit
a14afb1903
@ -1,9 +0,0 @@
|
||||
#TODO missing xorg-macros package
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libxrender",
|
||||
"libx11",
|
||||
]
|
||||
27
recipes/wip/x11/libxft/recipe.toml
Normal file
27
recipes/wip/x11/libxft/recipe.toml
Normal file
@ -0,0 +1,27 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXft-2.3.9.tar.xz"
|
||||
blake3 = "db5b642f7d5f1184d0975db36ae9f9fbd0a0c538a2288930fc034376374e83dc"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"expat",
|
||||
"fontconfig",
|
||||
"freetype2",
|
||||
"libpng",
|
||||
"libpthread-stubs",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libxrender",
|
||||
"x11proto",
|
||||
"zlib",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user