mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 17:37:39 +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:
parent
ccc8c5d2cf
commit
377f2d35d5
4 changed files with 29 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue