Skip to content

Commit e762931

Browse files
committed
Move Wayland protocols all in one place
1 parent d0f723a commit e762931

7 files changed

+4
-163
lines changed

src/imports/compositor/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ ecm_qt_declare_logging_category(
5050

5151
aurora_generate_wayland_protocol_server_sources(LiriShellCompositorQmlPlugin
5252
FILES
53-
${CMAKE_CURRENT_SOURCE_DIR}/protocols/liri-color-picker-unstable-v1.xml
54-
${CMAKE_CURRENT_SOURCE_DIR}/protocols/liri-shell-unstable-v1.xml
53+
${PROJECT_SOURCE_DIR}/data/protocols/liri-color-picker-unstable-v1.xml
54+
${PROJECT_SOURCE_DIR}/data/protocols/liri-shell-unstable-v1.xml
5555
)
5656

5757
target_compile_definitions(LiriShellCompositorQmlPlugin

src/imports/shell/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ecm_qt_declare_logging_category(
2929

3030
aurora_generate_wayland_protocol_client_sources(ShellQmlPlugin
3131
FILES
32-
liri-shell-unstable-v1.xml
32+
${PROJECT_SOURCE_DIR}/data/protocols/liri-shell-unstable-v1.xml
3333
wlr-layer-shell-unstable-v1.xml
3434
)
3535

src/imports/shell/liri-shell-unstable-v1.xml

-159
This file was deleted.

src/imports/taskmanager/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ecm_qt_declare_logging_category(
5454

5555
aurora_generate_wayland_protocol_client_sources(TaskManagerQmlPlugin
5656
FILES
57-
wlr-foreign-toplevel-management-unstable-v1.xml
57+
${PROJECT_SOURCE_DIR}/data/protocols/wlr-foreign-toplevel-management-unstable-v1.xml
5858
)
5959

6060
ecm_finalize_qml_module(TaskManagerQmlPlugin)

0 commit comments

Comments
 (0)