oculus1
changeset 2:59fc487ba58e
foo
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 14 Sep 2013 17:51:03 +0300 |
parents | e2f9e4603129 |
children | b069a5c27388 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/Makefile Sat Sep 14 16:14:59 2013 +0300 1.2 +++ b/Makefile Sat Sep 14 17:51:03 2013 +0300 1.3 @@ -14,12 +14,13 @@ 1.4 libgl = -framework OpenGL -framework GLUT -lGLEW 1.5 ovrlibs = -framework CoreFoundation -framework ApplicationServices -framework IOKit 1.6 1.7 - ovr_include = -Ilibovr/Include -Ilibovr/Src -Ilibovr/Src/osx 1.8 + ovr_include = -Ilibovr/Include -Ilibovr/Src -Ilibovr/Src/osx -Ilibovr/Src/Kernel 1.9 ovr_sys_src = $(wildcard libovr/Src/osx/*.cpp) 1.10 else 1.11 libgl = -lGL -lGLU -lglut -lGLEW 1.12 + ovrlibs = -lX11 -lXinerama -ludev -lpthread 1.13 1.14 - ovr_include = -Ilibovr/Include -Ilibovr/Src -Ilibovr/Src/linux 1.15 + ovr_include = -Ilibovr/Include -Ilibovr/Src -Ilibovr/Src/linux -Ilibovr/Src/Kernel 1.16 ovr_sys_src = $(wildcard libovr/Src/linux/*.cpp) 1.17 endif 1.18