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

This commit is contained in:
Sam Lantinga
2006-05-15 12:22:58 +00:00
parent cc3dba9649
commit 6c637d1391

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