summarylogtreecommitdiffstats
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
parent77ad740578aa394feeade48368f78acf14f4b401 (diff)
downloadaur-2efe1993ddde2620ebbabe988bfc79bb6bb83f2f.tar.gz
Add glm as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a563fe03e08..944c237176d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
- pkgver = 3.11.52.beta6.r28.g1310315
+ pkgver = 3.11.52.beta6.r86.gc6d3ac7
pkgrel = 1
url = https://github.com/ValveSoftware/gamescope
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = gamescope-git
depends = sdl2
depends = pipewire
depends = libxmu
+ depends = glm
depends = libdrm
depends = libxkbcommon
depends = libinput
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"
)