summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-11-14 09:59:38 +0100
committerSefa Eyeoglu2022-11-14 09:59:38 +0100
commit3cdef222ea56fb19a237466b58d172fe98f5c5b0 (patch)
treefff4a649a6489c7c4188f300bf37d969c550cf55
parent26085347f349ee935a4e8c97b23459031f1e0855 (diff)
downloadaur-3cdef222ea56fb19a237466b58d172fe98f5c5b0.tar.gz
upgpkg: gamescope-git 3.11.48.r11.g2791466-2
enable more wlr backends and renderers Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-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
}