forked from quickshell/quickshell
refactor: move wlr_layershell to its own subdirectory
This commit is contained in:
parent
4ae7ff8c72
commit
cfd9a27619
13 changed files with 95 additions and 79 deletions
12
src/wayland/wlr_layershell/CMakeLists.txt
Normal file
12
src/wayland/wlr_layershell/CMakeLists.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
qt_add_library(quickshell-wayland-layershell STATIC
|
||||
shell_integration.cpp
|
||||
surface.cpp
|
||||
window.cpp
|
||||
)
|
||||
|
||||
qt_add_qml_module(quickshell-wayland-layershell URI Quickshell.Wayland._WlrLayerShell)
|
||||
|
||||
wl_proto(quickshell-wayland-layershell wlr-layer-shell-unstable-v1 "${CMAKE_CURRENT_SOURCE_DIR}/wlr-layer-shell-unstable-v1.xml")
|
||||
target_link_libraries(quickshell-wayland-layershell PRIVATE ${QT_DEPS} wayland-client)
|
||||
|
||||
target_link_libraries(quickshell-wayland PRIVATE quickshell-wayland-layershellplugin)
|
Loading…
Add table
Add a link
Reference in a new issue