[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
160/227: gnu: mesa: Replace obsolete vulkan-overlay-layer build option.
From: |
guix-commits |
Subject: |
160/227: gnu: mesa: Replace obsolete vulkan-overlay-layer build option. |
Date: |
Thu, 11 Nov 2021 12:30:34 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit c60449434bf64d42ba5c2de456823448088d3573
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Oct 27 22:01:32 2021 -0400
gnu: mesa: Replace obsolete vulkan-overlay-layer build option.
The option has been replaced by `vulkan-layers', an array of options.
* gnu/packages/gl.scm (mesa): Remove trailing #t.
[configure-flags]: Replace the vulkan-overlay-layer build option by
vulkan-layers.
---
gnu/packages/gl.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index ccb7867..7756acb 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -332,7 +332,7 @@ also known as DXTn or DXTC) for Mesa.")
;; Enable the Vulkan overlay layer on architectures using llvm.
,@(match (%current-system)
((or "x86_64-linux" "i686-linux" "powerpc64le-linux"
"aarch64-linux" "powerpc-linux")
- '("-Dvulkan-overlay-layer=true"))
+ '("-Dvulkan-layers=device-select,overlay"))
(_
'()))
@@ -400,8 +400,7 @@ also known as DXTn or DXTC) for Mesa.")
(lambda _
;; See <https://gitlab.freedesktop.org/mesa/mesa/-/issues/3181>.
(substitute*
"src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected"
- (("unexpected \\$end") "unexpected end of file"))
- #t))
+ (("unexpected \\$end") "unexpected end of file"))))
(add-before 'configure 'fix-dlopen-libnames
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
@@ -419,8 +418,7 @@ also known as DXTn or DXTC) for Mesa.")
;; it's never installed since Mesa removed its
;; egl_gallium support.
(("\"gbm_dri\\.so")
- (string-append "\"" out "/lib/dri/gbm_dri.so")))
- #t)))
+ (string-append "\"" out "/lib/dri/gbm_dri.so"))))))
(add-after 'install 'split-outputs
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
@@ -465,8 +463,7 @@ also known as DXTn or DXTC) for Mesa.")
file)
(symlink reference file)))
others))))
- (delete-duplicates inodes))
- #t))))))
+ (delete-duplicates inodes))))))))
(home-page "https://mesa3d.org/")
(synopsis "OpenGL and Vulkan implementations")
(description "Mesa is a free implementation of the OpenGL and Vulkan
- 164/227: gnu: gdb: Update to 11.1 and remove gdb-9.2., (continued)
- 164/227: gnu: gdb: Update to 11.1 and remove gdb-9.2., guix-commits, 2021/11/11
- 169/227: gnu: Add meson-0.59., guix-commits, 2021/11/11
- 175/227: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/11/11
- 185/227: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/11
- 192/227: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants., guix-commits, 2021/11/11
- 191/227: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/11
- 140/227: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/11/11
- 142/227: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/11/11
- 145/227: gnu: mariadb: Only run the main test suite to avoid flaky tests., guix-commits, 2021/11/11
- 149/227: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/11
- 160/227: gnu: mesa: Replace obsolete vulkan-overlay-layer build option.,
guix-commits <=
- 165/227: gnu: ldc: Update to 1.27.1., guix-commits, 2021/11/11
- 168/227: gnu: Add cling., guix-commits, 2021/11/11
- 170/227: gnu: gtkmm-3: Update to 3.24.5., guix-commits, 2021/11/11
- 173/227: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/11/11
- 174/227: gnu: xkeyboard-config: Update to 2.34., guix-commits, 2021/11/11
- 184/227: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/11
- 190/227: gnu: Remove references to a removed patch., guix-commits, 2021/11/11
- 189/227: gnu: gnome-online-accounts: Update to 3.43.1., guix-commits, 2021/11/11
- 182/227: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0., guix-commits, 2021/11/11
- 188/227: gnu: Add webkitgtk-with-libsoup2, guix-commits, 2021/11/11