mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
mesa-x11: enable glvnd
This commit is contained in:
parent
1d9dba2ecc
commit
1c26cd52a8
@ -5,6 +5,7 @@ same_as = "../../../libs/mesa"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"expat",
|
||||
"libglvnd",
|
||||
"libpthread-stubs",
|
||||
"libx11",
|
||||
"libxau",
|
||||
@ -17,6 +18,7 @@ dependencies = [
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_meson \
|
||||
-Dglvnd=true \
|
||||
-Dglx=xlib \
|
||||
-Dllvm=enabled \
|
||||
-Dplatforms=x11 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user