diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-06-13 09:35:30 +0000 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-13 09:35:30 +0000 |
commit | d9aeab2757c47c0a1f338235dfa4015f887c64a7 (patch) | |
tree | 9813bdbee2031b45538680a4bf7ab9c77a12a7d8 /build.sh | |
parent | 7a63945d12e9f73a3bfc8307d0b2aa776ccbe7ce (diff) | |
download | vr-video-player-d9aeab2757c47c0a1f338235dfa4015f887c64a7.tar.gz vr-video-player-d9aeab2757c47c0a1f338235dfa4015f887c64a7.tar.bz2 vr-video-player-d9aeab2757c47c0a1f338235dfa4015f887c64a7.zip |
Set width/height ratio of plane to the same as the target window and reduce curvature
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e dependencies="glm glew sdl2 openvr x11 xcomposite" includes=$(pkg-config --cflags $dependencies) |