mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
libxcomposite: fix compilation
This commit is contained in:
parent
5e3d56678e
commit
8982691974
@ -1,9 +1,19 @@
|
||||
#TODO make dependencies work
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXcomposite-0.4.6.tar.xz"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libx11",
|
||||
"libxfixes",
|
||||
"x11proto",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user