Require Wayland 1.20 libraries.
KiCad doesn't build with older versions due to missing definitions.
This commit is contained in:
parent
c59ed0bbb7
commit
e26778c599
|
@ -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