Skip to content

Commit

Permalink
cmake: Set HAVE_VIDEO_WAYLAND_QT_TOUCH if appropriate (thanks, Michae…
Browse files Browse the repository at this point in the history
…l!).
  • Loading branch information
icculus committed Apr 14, 2020
1 parent 50b1c19 commit 2b7ce8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/sdlchecks.cmake
Expand Up @@ -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()

Expand Down

0 comments on commit 2b7ce8c

Please sign in to comment.