summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c8aab52a456..3798dc8b1eea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
- pkgver = 3.11.48.r8.g9898067
+ pkgver = 3.11.48.r11.g2791466
pkgrel = 2
url = https://github.com/Plagman/gamescope
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a964dde62f73..5002f554e365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.11.48.r8.g9898067
+pkgver=3.11.48.r11.g2791466
pkgrel=2
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
@@ -58,7 +58,9 @@ build() {
arch-meson "$srcdir/$_pkgname" build \
--force-fallback-for=wlroots,libliftoff,stb \
- -Dpipewire=enabled
+ -Dpipewire=enabled \
+ -Dwlroots:backends=drm,libinput,x11 \
+ -Dwlroots:renderers=gles2,vulkan
ninja -C build
}