summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoaquín Ignacio Aramendía2023-04-21 09:26:00 -0300
committerJoaquín Ignacio Aramendía2023-04-21 09:26:00 -0300
commit2efe1993ddde2620ebbabe988bfc79bb6bb83f2f (patch)
tree3503c8fe7b6d3e8df9bf2daab2f59dfced929c40 /PKGBUILD
parent77ad740578aa394feeade48368f78acf14f4b401 (diff)
downloadaur-2efe1993ddde2620ebbabe988bfc79bb6bb83f2f.tar.gz
Add glm as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 672b32921911..d2a235c0b8a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.11.52.beta6.r28.g1310315
+pkgver=3.11.52.beta6.r86.gc6d3ac7
pkgrel=1
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
@@ -10,7 +10,7 @@ url="https://github.com/ValveSoftware/gamescope"
license=("custom:BSD-2-Clause")
depends=(
# gamescope
- "libxcomposite" "libxtst" "libxres" "sdl2" "pipewire" "libxmu"
+ "libxcomposite" "libxtst" "libxres" "sdl2" "pipewire" "libxmu" "glm"
# wlroots
"libdrm" "libxkbcommon" "libinput" "pixman" "xorg-xwayland" "xcb-util-renderutil" "xcb-util-wm" "xcb-util-errors" "seatd"
)