Commit fa21275a authored by Sam Lantinga's avatar Sam Lantinga

Applied Maxim's patch for VGL detection on FreeBSD

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40130
parent 56414084
...@@ -775,7 +775,7 @@ CheckVGL() ...@@ -775,7 +775,7 @@ CheckVGL()
#include <vgl.h> #include <vgl.h>
],[ ],[
VGLBitmap bitmap; VGLBitmap bitmap;
exit(bitmap.PyxelBytes); exit(bitmap.PixelBytes);
],[ ],[
video_vgl=yes video_vgl=yes
]) ])
...@@ -1257,7 +1257,6 @@ case "$target" in ...@@ -1257,7 +1257,6 @@ case "$target" in
CheckX11 CheckX11
CheckDGA CheckDGA
CheckSVGA CheckSVGA
CheckVGL
CheckAAlib CheckAAlib
CheckOpenGL CheckOpenGL
CheckPTHREAD CheckPTHREAD
...@@ -1294,6 +1293,7 @@ case "$target" in ...@@ -1294,6 +1293,7 @@ case "$target" in
ARCH=freebsd ARCH=freebsd
CheckDummyVideo CheckDummyVideo
CheckDiskAudio CheckDiskAudio
CheckVGL
CheckNASM CheckNASM
CheckOSS CheckOSS
CheckARTSC CheckARTSC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment