From 6c637d1391ee866239134a1afb171f37e223e87b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 15 May 2006 12:22:58 +0000 Subject: [PATCH] DragonFly BSD has an older version of VGL which SDL doesn't support. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index e81ef6454..0a5c8e917 100644 --- a/configure.in +++ b/configure.in @@ -1235,6 +1235,8 @@ AC_HELP_STRING([--enable-video-vgl], [use VGL video driver [[default=yes]]]), #include ],[ VGLBitmap bitmap; + bitmap.Type = VIDBUF32; + bitmap.PixelBytes = 4; exit(bitmap.Bitmap); ],[ video_vgl=yes