mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add libglvnd
This commit is contained in:
parent
131852c21f
commit
965fd72044
18
recipes/wip/x11/libglvnd/recipe.toml
Normal file
18
recipes/wip/x11/libglvnd/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
[source]
|
||||
# meson support not in latest release
|
||||
git = "https://github.com/NVIDIA/libglvnd.git"
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libpthread-stubs",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libxext",
|
||||
"x11proto",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_meson
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user