diff options
-rwxr-xr-x | build.sh | 2 | ||||
-rw-r--r-- | project.conf | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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 diff --git a/project.conf b/project.conf index 71351af..a28b585 100644 --- a/project.conf +++ b/project.conf @@ -5,7 +5,6 @@ version = "0.1.0" platforms = ["linux"] [dependencies] -glm = "0" glew = "2" sdl2 = "2" openvr = "1" |