From a2691907e9920a05f5f24e6e7be589d54a63d74a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 1 Feb 2024 19:05:15 +0100 Subject: Dont use pkg config for glm, the pkg config was removed in the latest update --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 7cf5812..903bb40 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -dependencies="glm glew sdl2 openvr x11 xcomposite xfixes mpv libxdo" +dependencies="glew sdl2 openvr x11 xcomposite xfixes mpv libxdo" includes=$(pkg-config --cflags $dependencies) libs="$(pkg-config --libs $dependencies) -lm -pthread" gcc -c src/window_texture.c -O2 -DNDEBUG $includes -- cgit v1.2.3