Files
RedBear-OS/recipes/wip/x11/libxshmfence/recipe.toml
T

13 lines
226 B
TOML

[source]
tar = "https://www.x.org/releases/individual/lib/libxshmfence-1.3.tar.gz"
[build]
dependencies = [
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --disable-dependency-tracking
"""