Commit 3e2af2ef authored by Sam Lantinga's avatar Sam Lantinga

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
parent 11c5892a
...@@ -1235,6 +1235,8 @@ AC_HELP_STRING([--enable-video-vgl], [use VGL video driver [[default=yes]]]), ...@@ -1235,6 +1235,8 @@ AC_HELP_STRING([--enable-video-vgl], [use VGL video driver [[default=yes]]]),
#include <vgl.h> #include <vgl.h>
],[ ],[
VGLBitmap bitmap; VGLBitmap bitmap;
bitmap.Type = VIDBUF32;
bitmap.PixelBytes = 4;
exit(bitmap.Bitmap); exit(bitmap.Bitmap);
],[ ],[
video_vgl=yes video_vgl=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment