# HG changeset patch # User Sam Lantinga # Date 1147695778 0 # Node ID 703f7268b5b1517998f6facdbe35b64f50684e90 # Parent 2fe9a74e654b1109ea7f851e716275648555e183 DragonFly BSD has an older version of VGL which SDL doesn't support. diff -r 2fe9a74e654b -r 703f7268b5b1 configure.in --- a/configure.in Mon May 15 11:58:29 2006 +0000 +++ b/configure.in Mon May 15 12:22:58 2006 +0000 @@ -1235,6 +1235,8 @@ #include ],[ VGLBitmap bitmap; + bitmap.Type = VIDBUF32; + bitmap.PixelBytes = 4; exit(bitmap.Bitmap); ],[ video_vgl=yes