changeset 6245:12ebc81237bc

* src/mesa.mk: change gallium-xlib -> xlib
author John Donoghue <john.donoghue@ieee.org>
date Fri, 27 May 2022 21:17:23 -0400
parents 8b434abc6fc1
children 8c3df3e231d3
files src/mesa.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mesa.mk	Fri May 27 14:24:41 2022 -0400
+++ b/src/mesa.mk	Fri May 27 21:17:23 2022 -0400
@@ -36,7 +36,7 @@
       PKG_CONFIG_LIBDIR=$($(PKG)_PKG_CONFIG_PATH)
 
   $(PKG)_X11_FLAGS := -Dplatforms='x11' \
-      -Dglx=gallium-xlib \
+      -Dglx=xlib \
       -Ddri-drivers='' \
       $($(PKG)_BUILD_X11_LIBS_FLAGS)
 endif