summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7827f9f4e533..9b571814599f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _static_liftoff=0
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.9.r0.g5d3a0eb
+pkgver=3.9.r18.gb5001aa
pkgrel=1
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
@@ -50,15 +50,11 @@ prepare() {
[ $_static_wlroots -gt 0 ] || rm -rf "subprojects/wlroots"
[ $_static_liftoff -gt 0 ] || rm -rf "subprojects/libliftoff"
-
- # STB code is included from the submodule.
- # TODO: fix this upstream
- git submodule update --init subprojects/stb/
}
build() {
- _force_static=()
+ _force_static=(stb)
[ $_static_wlroots -gt 0 ] && _force_static+=(wlroots)
[ $_static_liftoff -gt 0 ] && _force_static+=(libliftoff)