summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-03-12 11:10:51 +0100
committerSefa Eyeoglu2022-03-12 11:10:51 +0100
commit6ff75ed1a21adb0afbce1d9d39a7a387031e1a6e (patch)
tree83492020079f45af52901437b11a01742bce7f19
parentc9552d3002b1b231098e88f504e9e855f6508d51 (diff)
downloadaur-6ff75ed1a21adb0afbce1d9d39a7a387031e1a6e.tar.gz
upgpkg: gamescope-git 3.11.27.r0.ga913f85-3
feat: enable PipeWire feature
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 538460db313e..e1d0265d52b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=gamescope
pkgname=${_pkgname}-git
pkgver=3.11.27.r0.ga913f85
-pkgrel=2
+pkgrel=3
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
url="https://github.com/Plagman/gamescope"
@@ -55,7 +55,9 @@ prepare() {
build() {
- arch-meson "$srcdir/$_pkgname" build --force-fallback-for=wlroots,stb
+ arch-meson "$srcdir/$_pkgname" build \
+ --force-fallback-for=wlroots,stb \
+ -Dpipewire=enabled
ninja -C build
}