mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 17:18:46 +08:00
libxcb: fix compilation
This commit is contained in:
parent
965760199d
commit
7de3c4750b
@ -1,5 +1,20 @@
|
||||
#TODO missing xcb-proto package
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/xcb/libxcb-1.16.tar.xz"
|
||||
tar = "https://www.x.org/releases/individual/xcb/libxcb-1.17.0.tar.xz"
|
||||
blake3 = "3dce3b8adc257177dfec9b6b6cf55eeac13921520dd6c372fd8f9d867600337b"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libpthread-stubs",
|
||||
"libxau",
|
||||
"x11proto",
|
||||
"xcb-proto",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user