Go back to using xlib for GLX instead of DRI

This commit is contained in:
Jeremy Soller 2025-05-09 10:06:47 -06:00
parent 9c433f4d48
commit 28990d001e
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 4 additions and 2 deletions

View File

@ -18,10 +18,11 @@ dependencies = [
]
script = """
DYNAMIC_INIT
#TODO: use glx=dri
cookbook_meson \
-Ddri-drivers-path=/usr/lib/dri \
-Degl=disabled \
-Dglx=dri \
-Dglx=xlib \
-Dllvm=enabled \
-Dplatforms=x11 \
-Dshader-cache=disabled

View File

@ -21,7 +21,7 @@ dependencies = [
"libxfont2",
"libxkbfile",
"libxxf86vm",
"mesa-x11",
#TODO: used for glx, which is currently broken: "mesa-x11",
"openssl1",
"pixman",
"x11proto",
@ -33,6 +33,7 @@ script = """
DYNAMIC_INIT
cookbook_meson \
-Dglamor=false \
-Dglx=false \
-Dint10=false \
-Dpciaccess=false \
-Dsecure-rpc=false \