Skip to content

Commit

Permalink
Move Wayland protocols all in one place
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jan 5, 2024
1 parent d0f723a commit e762931
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 163 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/imports/compositor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ ecm_qt_declare_logging_category(

aurora_generate_wayland_protocol_server_sources(LiriShellCompositorQmlPlugin
FILES
${CMAKE_CURRENT_SOURCE_DIR}/protocols/liri-color-picker-unstable-v1.xml
${CMAKE_CURRENT_SOURCE_DIR}/protocols/liri-shell-unstable-v1.xml
${PROJECT_SOURCE_DIR}/data/protocols/liri-color-picker-unstable-v1.xml
${PROJECT_SOURCE_DIR}/data/protocols/liri-shell-unstable-v1.xml
)

target_compile_definitions(LiriShellCompositorQmlPlugin
Expand Down
2 changes: 1 addition & 1 deletion src/imports/shell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ecm_qt_declare_logging_category(

aurora_generate_wayland_protocol_client_sources(ShellQmlPlugin
FILES
liri-shell-unstable-v1.xml
${PROJECT_SOURCE_DIR}/data/protocols/liri-shell-unstable-v1.xml
wlr-layer-shell-unstable-v1.xml
)

Expand Down
159 changes: 0 additions & 159 deletions src/imports/shell/liri-shell-unstable-v1.xml

This file was deleted.

2 changes: 1 addition & 1 deletion src/imports/taskmanager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ecm_qt_declare_logging_category(

aurora_generate_wayland_protocol_client_sources(TaskManagerQmlPlugin
FILES
wlr-foreign-toplevel-management-unstable-v1.xml
${PROJECT_SOURCE_DIR}/data/protocols/wlr-foreign-toplevel-management-unstable-v1.xml
)

ecm_finalize_qml_module(TaskManagerQmlPlugin)

0 comments on commit e762931

Please sign in to comment.