mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 10:49:12 +00:00
configure: Remove wayland-protocols check from configure and CMake scripts.
We ship these with SDL now, don't need the system versions installed.
This commit is contained in:
@@ -593,7 +593,7 @@ endmacro()
|
||||
# - HAVE_DLOPEN opt
|
||||
macro(CheckWayland)
|
||||
if(VIDEO_WAYLAND)
|
||||
pkg_check_modules(WAYLAND wayland-client wayland-scanner wayland-protocols wayland-egl wayland-cursor egl xkbcommon)
|
||||
pkg_check_modules(WAYLAND wayland-client wayland-scanner wayland-egl wayland-cursor egl xkbcommon)
|
||||
|
||||
if(WAYLAND_FOUND)
|
||||
execute_process(
|
||||
|
||||
Reference in New Issue
Block a user