We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8901fd commit afa1b6fCopy full SHA for afa1b6f
src/wayland/wlr_layershell/CMakeLists.txt
@@ -16,6 +16,9 @@ install_qml_module(quickshell-wayland-layershell)
16
17
wl_proto(quickshell-wayland-layershell wlr-layer-shell-unstable-v1 "${CMAKE_CURRENT_SOURCE_DIR}/wlr-layer-shell-unstable-v1.xml")
18
19
+# link dependency of wlr-layer-shell's codegen
20
+wl_proto(quickshell-wayland-layershell xdg-shell "${WAYLAND_PROTOCOLS}/stable/xdg-shell/xdg-shell.xml")
21
+
22
target_link_libraries(quickshell-wayland-layershell PRIVATE
23
Qt::Quick Qt::WaylandClient Qt::WaylandClientPrivate wayland-client
24
)
0 commit comments