guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit d26b0615eb0d083e003b72d6f6e0c662810b199a
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Mar 5 11:20:30 2026 +0200

    gnu: mesa: Remove deprecated configure flags.
    
    * gnu/packges/gl.scm (mesa)[arguments]: Remove the deprecated
    configure-flags.
    
    Change-Id: I973a6f9b3c18e96c1af242d825b4796b0e6baa12
---
 gnu/packages/gl.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index ae14b1bd92..e9909cce91 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -415,7 +415,6 @@ 
panfrost,r300,r600,svga,softpipe,llvmpipe,tegra,v3d,vc4,virgl,zink"))
          ;; features required by wayland
          "-Dgles2=enabled"
          "-Dgbm=enabled"
-         "-Dshared-glapi=enabled"
          "--wrap-mode=nodownload"       ; XXX: disable
 
          #$@(cond
@@ -443,9 +442,6 @@ 
panfrost,r300,r600,svga,softpipe,llvmpipe,tegra,v3d,vc4,virgl,zink"))
          ;; Also enable the tests.
          "-Dbuild-tests=true"
 
-         ;; Re-enable X11 protocol support for the DRI2 extension.
-         "-Dlegacy-x11=dri2"
-
          "-Dllvm=enabled")              ; default is x86/x86_64 only
 
        ;; XXX: 'debugoptimized' causes LTO link failures on some drivers.  The

Reply via email to