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
This commit is contained in:
parent
11c5892acb
commit
3e2af2ef39
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue