mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
Temporarily default Wayland and Mir to disabled, for 2.0.2 release.
We'll flip the default back to enabled right after 2.0.2 is finalized, and try to declare them stable and ready by 2.0.3. Those that have an interest in supporting them in 2.0.2 can manually enable them in the configure script with --enable-video-wayland and/or --enable-video-mir.
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -18688,9 +18688,9 @@ CheckWayland()
|
||||
if test "${enable_video_wayland+set}" = set; then :
|
||||
enableval=$enable_video_wayland;
|
||||
else
|
||||
enable_video_wayland=yes
|
||||
enable_video_wayland=no
|
||||
fi
|
||||
|
||||
#yes)
|
||||
|
||||
# Check whether --enable-video-wayland-qt-touch was given.
|
||||
if test "${enable_video_wayland_qt_touch+set}" = set; then :
|
||||
@@ -18842,9 +18842,9 @@ CheckMir()
|
||||
if test "${enable_video_mir+set}" = set; then :
|
||||
enableval=$enable_video_mir;
|
||||
else
|
||||
enable_video_mir=yes
|
||||
enable_video_mir=no
|
||||
fi
|
||||
|
||||
#yes)
|
||||
|
||||
if test x$enable_video = xyes -a x$enable_video_mir = xyes; then
|
||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||
|
||||
Reference in New Issue
Block a user