DragonFly BSD has an older version of VGL which SDL doesn't support.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401797
This commit is contained in:
Sam Lantinga 2006-05-15 12:22:58 +00:00
parent 11c5892acb
commit 3e2af2ef39

View file

@ -1235,6 +1235,8 @@ AC_HELP_STRING([--enable-video-vgl], [use VGL video driver [[default=yes]]]),
#include <vgl.h>
],[
VGLBitmap bitmap;
bitmap.Type = VIDBUF32;
bitmap.PixelBytes = 4;
exit(bitmap.Bitmap);
],[
video_vgl=yes