summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjparkkil2019-01-29 11:41:16 +0200
committerjparkkil2019-01-29 11:41:16 +0200
commitf80ba17e216f3abfc726b4548c14197a14803138 (patch)
treefe3994c1e496e0174d3d002edc48c1fcfeae6c73
parent1e7648999465d48cee2d1f22d892bd39646c9bf6 (diff)
downloadaur-f80ba17e216f3abfc726b4548c14197a14803138.tar.gz
Add missing glm dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfab7f53fbc8..1eddb8845738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Compositing tiling window manager"
arch=("i686" "x86_64")
license=("GPL")
depends=(
- 'xcb-util-keysyms' 'xcb-util-wm' 'vulkan-icd-loader' 'boost' 'python' 'python-xlib' 'python-psutil'
+ 'xcb-util-keysyms' 'xcb-util-wm' 'vulkan-icd-loader' 'glm' 'boost' 'python' 'python-xlib' 'python-psutil'
)
makedepends=(
'git' 'meson' 'ninja' 'vulkan-headers' 'shaderc-git'