forked from quickshell/quickshell
build/wayland: do not link to a target in wl_proto
This commit is contained in:
parent
2c411fce5a
commit
918dd2392d
7 changed files with 27 additions and 34 deletions
|
@ -16,13 +16,11 @@ qs_add_module_deps_light(quickshell-wayland-toplevel-management
|
|||
|
||||
install_qml_module(quickshell-wayland-toplevel-management)
|
||||
|
||||
wl_proto(quickshell-wayland-toplevel-management
|
||||
wlr-foreign-toplevel-management-unstable-v1
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/wlr-foreign-toplevel-management-unstable-v1.xml"
|
||||
)
|
||||
wl_proto(wlp-foreign-toplevel wlr-foreign-toplevel-management-unstable-v1 "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
||||
target_link_libraries(quickshell-wayland-toplevel-management PRIVATE
|
||||
Qt::Quick Qt::WaylandClient Qt::WaylandClientPrivate wayland-client
|
||||
wlp-foreign-toplevel
|
||||
)
|
||||
|
||||
qs_module_pch(quickshell-wayland-toplevel-management SET large)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue