[arch-commits] Commit in wlroots/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Wed Dec 29 21:46:44 UTC 2021


    Date: Wednesday, December 29, 2021 @ 21:46:43
  Author: dvzrv
Revision: 1087666

upgpkg: wlroots 0.15.0-2: Rebuild to add runtime vulkan opt-in.

Add glslang and vulkan-headers to enable optional vulkan support during runtime.

Modified:
  wlroots/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-29 21:29:39 UTC (rev 1087665)
+++ PKGBUILD	2021-12-29 21:46:43 UTC (rev 1087666)
@@ -4,7 +4,7 @@
 
 pkgname=wlroots
 pkgver=0.15.0
-pkgrel=1
+pkgrel=2
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
 url='https://github.com/swaywm/wlroots'
@@ -20,8 +20,10 @@
     'xcb-util-wm'
 )
 makedepends=(
+    'glslang'
     'meson'
     'ninja'
+    'vulkan-headers'
     'wayland-protocols'
     'xorg-xwayland'
 )
@@ -44,9 +46,7 @@
 )
 
 build() {
-    # Vulkan renderer is still experimental but since mesa comes with
-    # libvulkan.so Meson autodetects this as wanting to build with Vulkan.
-    arch-meson -Drenderers=gles2 "$pkgname-$pkgver" build
+    arch-meson "$pkgname-$pkgver" build
     ninja -C build
 }
 



More information about the arch-commits mailing list