mir: Get ready for Mir 1.0, clean up deprecations. Thanks Micha? Kuchta!

This commit is contained in:
Brandon Schaefer
2017-02-27 12:20:16 -08:00
parent 1066bcc83a
commit 5a47ee0365
8 changed files with 134 additions and 124 deletions

View File

@@ -1414,11 +1414,11 @@ AC_HELP_STRING([--enable-video-mir], [use Mir video driver [[default=yes]]]),
save_CFLAGS="$CFLAGS"
CFLAGS="$save_CFLAGS $MIR_CFLAGS"
dnl This will disable Mir if >= v0.25 is not available
dnl This will disable Mir if >= v0.26 is not available
AC_TRY_COMPILE([
#include <mir_toolkit/mir_client_library.h>
],[
MirTouchAction actions = mir_touch_actions
MirWindowAttrib attrib = mir_window_attrib_state
],[
video_mir=yes
])