Skip to content

Commit 00176eb

Browse files
committed
Update description
1 parent 2dbdea9 commit 00176eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ ENDIF()
101101

102102
# OpenGL ES
103103
IF(ANDROID)
104-
OPTION(WANT_GLES "Use OpenGL ES" ON)
104+
OPTION(WANT_GLES "Use OpenGL ES (Android and X11)" ON)
105105
ELSE()
106-
OPTION(WANT_GLES "Use OpenGL ES" OFF)
106+
OPTION(WANT_GLES "Use OpenGL ES (Android and X11)" OFF)
107107
ENDIF()
108108
IF(WANT_GLES)
109109
LIST(APPEND DEFS "WANT_GLES=1")

0 commit comments

Comments
 (0)