summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-03-05 11:20:30 +0200
committerEfraim Flashner <efraim@flashner.co.il>2026-03-30 10:36:22 +0300
commit03e0d52f32969e28f4ce198ef2199ef5fe759425 (patch)
treefd99d0ddbe7018a4e4216c651f4ded927220ef14
parentc5e9b92f554910dc401a0d026706e19c0adb74b3 (diff)
gnu: mesa: Remove deprecated configure flags.
* gnu/packges/gl.scm (mesa)[arguments]: Remove the deprecated configure-flags. Change-Id: I973a6f9b3c18e96c1af242d825b4796b0e6baa12
-rw-r--r--gnu/packages/gl.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 16742423203..9a75a2bc1bb 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -416,7 +416,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
@@ -444,9 +443,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