mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
mexa-x11: new mesa variant compiled with GLX
This commit is contained in:
parent
ce45360e81
commit
6650a74ad0
24
recipes/libs/mesa-x11/recipe.toml
Normal file
24
recipes/libs/mesa-x11/recipe.toml
Normal file
@ -0,0 +1,24 @@
|
||||
[source]
|
||||
same_as = "../mesa"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"expat",
|
||||
"libpthread-stubs",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libxext",
|
||||
"llvm18-shared",
|
||||
"x11proto",
|
||||
"zlib",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_meson \
|
||||
-Dglx=xlib \
|
||||
-Dllvm=enabled \
|
||||
-Dplatforms=x11 \
|
||||
-Dshader-cache=disabled
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user