File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -661,6 +661,14 @@ if(UNIX) # includes MACOSX
661
661
endif ()
662
662
endif (UNIX )
663
663
664
+ #
665
+ # SDL
666
+ #
667
+
668
+ if (ALLEGRO_SDL AND NOT SUPPORT_OPENGL)
669
+ message (FATAL_ERROR "SDL support currently requires OpenGL or OpenGL ES support." )
670
+ endif (ALLEGRO_SDL AND NOT SUPPORT_OPENGL)
671
+
664
672
#
665
673
# X Window System
666
674
#
@@ -679,7 +687,7 @@ if(ALLEGRO_UNIX AND NOT SUPPORT_X11 AND WANT_X11) # not MACOSX
679
687
endif (ALLEGRO_UNIX AND NOT SUPPORT_X11 AND WANT_X11)
680
688
681
689
if (SUPPORT_X11 AND NOT SUPPORT_OPENGL)
682
- message (FATAL_ERROR "X11 support currently requires OpenGL support." )
690
+ message (FATAL_ERROR "X11 support currently requires OpenGL or OpenGL ES support." )
683
691
endif (SUPPORT_X11 AND NOT SUPPORT_OPENGL)
684
692
685
693
if (SUPPORT_X11)
You can’t perform that action at this time.
0 commit comments