Applied Maxim's patch for VGL detection on FreeBSD

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40130
This commit is contained in:
Sam Lantinga 2001-07-31 04:06:56 +00:00
parent 5641408419
commit fa21275ab8

View file

@ -775,7 +775,7 @@ CheckVGL()
#include <vgl.h>
],[
VGLBitmap bitmap;
exit(bitmap.PyxelBytes);
exit(bitmap.PixelBytes);
],[
video_vgl=yes
])
@ -1257,7 +1257,6 @@ case "$target" in
CheckX11
CheckDGA
CheckSVGA
CheckVGL
CheckAAlib
CheckOpenGL
CheckPTHREAD
@ -1294,6 +1293,7 @@ case "$target" in
ARCH=freebsd
CheckDummyVideo
CheckDiskAudio
CheckVGL
CheckNASM
CheckOSS
CheckARTSC