Require Wayland 1.20 libraries.
KiCad doesn't build with older versions due to missing definitions.
(cherry picked from commit e26778c599
)
Co-authored-by: Alex Shvartzkop <dudesuchamazing@gmail.com>
This commit is contained in:
parent
2ca07b47af
commit
87f3d45109
|
@ -70,7 +70,7 @@ elseif( UNIX )
|
|||
list( APPEND PLATFORM_LIBS ${secret_LIBRARIES} )
|
||||
|
||||
if( KICAD_WAYLAND )
|
||||
find_package(Wayland COMPONENTS Client REQUIRED)
|
||||
find_package(Wayland 1.20 COMPONENTS Client REQUIRED)
|
||||
|
||||
list( APPEND PLATFORM_SRCS gtk/wayland-pointer-constraints-unstable-v1.c )
|
||||
list( APPEND PLATFORM_LIBS Wayland::Client )
|
||||
|
|
Loading…
Reference in New Issue