Skip to content

Commit

Permalink
DragonFly BSD has an older version of VGL which SDL doesn't support.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 15, 2006
1 parent 370943a commit 17ef251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 17ef251

Please sign in to comment.