Kaydet (Commit) 2ac38d1e authored tarafından Riccardo Magliocchetti's avatar Riccardo Magliocchetti

configure: with --enable-headless disable opengl by default

Change-Id: Ia09d30c7ffe6b8597c6b23921feed07151aab04c
üst 06b4b58f
......@@ -9641,6 +9641,8 @@ if test -z "$enable_opengl"; then
# As such with some suitable minor tweaks the Mac OpenGL transitions code would presumably
# build fine for iOS, too, but let's leave that for later
enable_opengl=no
elif test "$enable_headless" = "yes"; then
enable_opengl=no
else
enable_opengl=yes
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment