ati_drivers_x11: fix libGL and libGLU paths
This commit is contained in:
parent
b21700a6b6
commit
a03b7ebaa6
@ -246,9 +246,9 @@ if test -z "$libsOnly"; then
|
|||||||
( # build and install fgl_glxgears
|
( # build and install fgl_glxgears
|
||||||
cd fgl_glxgears;
|
cd fgl_glxgears;
|
||||||
gcc -DGL_ARB_texture_multisample=1 -g \
|
gcc -DGL_ARB_texture_multisample=1 -g \
|
||||||
-I$libGLU libGL/include \
|
-I$libGL/include -I$libGLU/include \
|
||||||
-I$out/include \
|
-I$out/include \
|
||||||
-L$libGLU libGL/lib -lGL -lGLU -lX11 -lm \
|
-L$libGL/lib -L$libGLU/lib -lGL -lGLU -lX11 -lm \
|
||||||
-o $out/bin/fgl_glxgears -Wall fgl_glxgears.c
|
-o $out/bin/fgl_glxgears -Wall fgl_glxgears.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user