mirror of https://github.com/encounter/SDL.git
cmake: Set HAVE_VIDEO_WAYLAND_QT_TOUCH if appropriate (thanks, Michael!).
This commit is contained in:
parent
50b1c19549
commit
2b7ce8c51d
|
@ -633,6 +633,7 @@ macro(CheckWayland)
|
|||
endforeach()
|
||||
|
||||
if(VIDEO_WAYLAND_QT_TOUCH)
|
||||
set(HAVE_VIDEO_WAYLAND_QT_TOUCH TRUE)
|
||||
set(SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH 1)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue