Re-enable Mir/Wayland support now that 2.0.3 has been released.
This commit is contained in:
parent
0755238527
commit
fdf9b30018
3 changed files with 8 additions and 8 deletions
|
@ -1164,7 +1164,7 @@ CheckWayland()
|
|||
{
|
||||
AC_ARG_ENABLE(video-wayland,
|
||||
AC_HELP_STRING([--enable-video-wayland], [use Wayland video driver [[default=yes]]]),
|
||||
,enable_video_wayland=no) #yes)
|
||||
,enable_video_wayland=yes)
|
||||
|
||||
AC_ARG_ENABLE(video-wayland-qt-touch,
|
||||
AC_HELP_STRING([--enable-video-wayland-qt-touch], [QtWayland server support for Wayland video driver [[default=yes]]]),
|
||||
|
@ -1246,7 +1246,7 @@ CheckMir()
|
|||
{
|
||||
AC_ARG_ENABLE(video-mir,
|
||||
AC_HELP_STRING([--enable-video-mir], [use Mir video driver [[default=yes]]]),
|
||||
,enable_video_mir=no) #yes)
|
||||
,enable_video_mir=yes)
|
||||
|
||||
if test x$enable_video = xyes -a x$enable_video_mir = xyes; then
|
||||
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue