mexa-x11: new mesa variant compiled with GLX

This commit is contained in:
Jeremy Soller 2025-05-04 21:01:14 -06:00
parent ce45360e81
commit 6650a74ad0
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View 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
"""