Add xinerama

This commit is contained in:
Jeremy Soller 2025-10-29 17:10:14 -06:00
parent a84d8dd365
commit f96358b4d4
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,22 @@
[source]
tar = "https://www.x.org/releases/individual/lib/libXinerama-1.1.5.tar.xz"
blake3 = "58b4020c8a8fb62707f5073f967bf8abbc8dc7cff35c5750fabe097f46a924b4"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"libxext",
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --enable-malloc0returnsnull
"""