Update wayland file location

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18141
This commit is contained in:
Seth Hillbrand 2024-06-03 10:56:59 -07:00
parent 32289ffce7
commit d44bf89b98
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ elseif( UNIX )
if( KICAD_WAYLAND )
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 )
endif()
endif()