diff options
author | Mon ouïe <mon.ouie@gmail.com> | 2023-11-30 23:40:12 +0100 |
---|---|---|
committer | Mon ouïe <mon.ouie@gmail.com> | 2023-11-30 23:40:12 +0100 |
commit | d42877df2394a09de6a1861a4428730bac490268 (patch) | |
tree | 944b46b69369e3f100961b0b22a44c063ef05913 | |
parent | bc59b51dfaa9a2553c3d7d54984145e91552cc7e (diff) |
Update build script to include libxdo flags
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -e -dependencies="glm glew sdl2 openvr x11 xcomposite xfixes mpv" +dependencies="glm 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 |