mirror of
https://github.com/yawut/SDL.git
synced 2026-09-12 11:06:49 -05:00
DragonFly BSD has an older version of VGL which SDL doesn't support.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user