Update wayland file location
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18141
This commit is contained in:
parent
32289ffce7
commit
d44bf89b98
|
@ -95,7 +95,7 @@ elseif( UNIX )
|
||||||
if( KICAD_WAYLAND )
|
if( KICAD_WAYLAND )
|
||||||
find_package(Wayland 1.20 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_SRCS port/wxgtk/wayland-pointer-constraints-unstable-v1.c )
|
||||||
list( APPEND PLATFORM_LIBS Wayland::Client )
|
list( APPEND PLATFORM_LIBS Wayland::Client )
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue