wayland: Pass private-code to waylandscanner
The main goal is to avoid leaking our private xyz_interface objects.
This commit is contained in:
parent
4019989959
commit
298486d47a
3 changed files with 67 additions and 2 deletions
|
@ -14,6 +14,7 @@ qt6_generate_wayland_protocol_client_sources(KWinIntegrationTestFramework
|
||||||
${WaylandProtocols_DATADIR}/stable/xdg-shell/xdg-shell.xml
|
${WaylandProtocols_DATADIR}/stable/xdg-shell/xdg-shell.xml
|
||||||
${WaylandProtocols_DATADIR}/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
|
${WaylandProtocols_DATADIR}/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
|
||||||
${WaylandProtocols_DATADIR}/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
|
${WaylandProtocols_DATADIR}/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
|
||||||
|
${WaylandProtocols_DATADIR}/unstable/tablet/tablet-unstable-v2.xml
|
||||||
${WaylandProtocols_DATADIR}/staging/fractional-scale/fractional-scale-v1.xml
|
${WaylandProtocols_DATADIR}/staging/fractional-scale/fractional-scale-v1.xml
|
||||||
${WaylandProtocols_DATADIR}/staging/cursor-shape/cursor-shape-v1.xml
|
${WaylandProtocols_DATADIR}/staging/cursor-shape/cursor-shape-v1.xml
|
||||||
${WaylandProtocols_DATADIR}/staging/security-context/security-context-v1.xml
|
${WaylandProtocols_DATADIR}/staging/security-context/security-context-v1.xml
|
||||||
|
|
|
@ -8,26 +8,32 @@ target_link_libraries(WaylandProtocols_xml Qt::Core Wayland::Server)
|
||||||
target_link_libraries(kwin PRIVATE WaylandProtocols_xml)
|
target_link_libraries(kwin PRIVATE WaylandProtocols_xml)
|
||||||
|
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${Wayland_DATADIR}/wayland.xml
|
PROTOCOL ${Wayland_DATADIR}/wayland.xml
|
||||||
BASENAME wayland
|
BASENAME wayland
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-output-device-v2.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-output-device-v2.xml
|
||||||
BASENAME kde-output-device-v2
|
BASENAME kde-output-device-v2
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-output-management-v2.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-output-management-v2.xml
|
||||||
BASENAME kde-output-management-v2
|
BASENAME kde-output-management-v2
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/plasma-shell.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/plasma-shell.xml
|
||||||
BASENAME plasma-shell
|
BASENAME plasma-shell
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/plasma-virtual-desktop.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/plasma-virtual-desktop.xml
|
||||||
BASENAME org-kde-plasma-virtual-desktop
|
BASENAME org-kde-plasma-virtual-desktop
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/plasma-window-management.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/plasma-window-management.xml
|
||||||
BASENAME plasma-window-management
|
BASENAME plasma-window-management
|
||||||
)
|
)
|
||||||
|
@ -36,203 +42,253 @@ ecm_add_wayland_server_protocol(WaylandProtocols_xml
|
||||||
BASENAME qt-surface-extension
|
BASENAME qt-surface-extension
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/idle.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/idle.xml
|
||||||
BASENAME idle
|
BASENAME idle
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/fake-input.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/fake-input.xml
|
||||||
BASENAME fake-input
|
BASENAME fake-input
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/shadow.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/shadow.xml
|
||||||
BASENAME shadow
|
BASENAME shadow
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/dpms.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/dpms.xml
|
||||||
BASENAME dpms
|
BASENAME dpms
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/blur.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/blur.xml
|
||||||
BASENAME blur
|
BASENAME blur
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/contrast.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/contrast.xml
|
||||||
BASENAME contrast
|
BASENAME contrast
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/relative-pointer/relative-pointer-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/relative-pointer/relative-pointer-unstable-v1.xml
|
||||||
BASENAME relative-pointer-unstable-v1
|
BASENAME relative-pointer-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/slide.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/slide.xml
|
||||||
BASENAME slide
|
BASENAME slide
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/server-decoration.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/server-decoration.xml
|
||||||
BASENAME server-decoration
|
BASENAME server-decoration
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/text-input/text-input-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/text-input/text-input-unstable-v1.xml
|
||||||
BASENAME text-input-unstable-v1
|
BASENAME text-input-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/text-input-unstable-v2.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/text-input-unstable-v2.xml
|
||||||
BASENAME text-input-unstable-v2
|
BASENAME text-input-unstable-v2
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/text-input/text-input-unstable-v3.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/text-input/text-input-unstable-v3.xml
|
||||||
BASENAME text-input-unstable-v3
|
BASENAME text-input-unstable-v3
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
|
||||||
BASENAME pointer-gestures-unstable-v1
|
BASENAME pointer-gestures-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
|
||||||
BASENAME pointer-constraints-unstable-v1
|
BASENAME pointer-constraints-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml
|
||||||
BASENAME xdg-foreign-unstable-v2
|
BASENAME xdg-foreign-unstable-v2
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
|
||||||
BASENAME idle-inhibit-unstable-v1
|
BASENAME idle-inhibit-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/appmenu.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/appmenu.xml
|
||||||
BASENAME appmenu
|
BASENAME appmenu
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/server-decoration-palette.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/server-decoration-palette.xml
|
||||||
BASENAME server-decoration-palette
|
BASENAME server-decoration-palette
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/xdg-output/xdg-output-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/xdg-output/xdg-output-unstable-v1.xml
|
||||||
BASENAME xdg-output-unstable-v1
|
BASENAME xdg-output-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/stable/xdg-shell/xdg-shell.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/stable/xdg-shell/xdg-shell.xml
|
||||||
BASENAME xdg-shell
|
BASENAME xdg-shell
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
|
||||||
BASENAME xdg-decoration-unstable-v1
|
BASENAME xdg-decoration-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/keystate.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/keystate.xml
|
||||||
BASENAME keystate
|
BASENAME keystate
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
|
||||||
BASENAME linux-dmabuf-unstable-v1
|
BASENAME linux-dmabuf-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/tablet/tablet-unstable-v2.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/tablet/tablet-unstable-v2.xml
|
||||||
BASENAME tablet-unstable-v2
|
BASENAME tablet-unstable-v2
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PROJECT_SOURCE_DIR}/src/wayland/protocols/wlr-data-control-unstable-v1.xml
|
PROTOCOL ${PROJECT_SOURCE_DIR}/src/wayland/protocols/wlr-data-control-unstable-v1.xml
|
||||||
BASENAME wlr-data-control-unstable-v1
|
BASENAME wlr-data-control-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PROJECT_SOURCE_DIR}/src/wayland/protocols/wlr-layer-shell-unstable-v1.xml
|
PROTOCOL ${PROJECT_SOURCE_DIR}/src/wayland/protocols/wlr-layer-shell-unstable-v1.xml
|
||||||
BASENAME wlr-layer-shell-unstable-v1
|
BASENAME wlr-layer-shell-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml
|
||||||
BASENAME keyboard-shortcuts-inhibit-unstable-v1
|
BASENAME keyboard-shortcuts-inhibit-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/stable/viewporter/viewporter.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/stable/viewporter/viewporter.xml
|
||||||
BASENAME viewporter
|
BASENAME viewporter
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/primary-selection/primary-selection-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/primary-selection/primary-selection-unstable-v1.xml
|
||||||
BASENAME wp-primary-selection-unstable-v1
|
BASENAME wp-primary-selection-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/zkde-screencast-unstable-v1.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/zkde-screencast-unstable-v1.xml
|
||||||
BASENAME zkde-screencast-unstable-v1
|
BASENAME zkde-screencast-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/input-method/input-method-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/input-method/input-method-unstable-v1.xml
|
||||||
BASENAME input-method-unstable-v1
|
BASENAME input-method-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/xdg-activation/xdg-activation-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/xdg-activation/xdg-activation-v1.xml
|
||||||
BASENAME xdg-activation-v1
|
BASENAME xdg-activation-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/drm-lease/drm-lease-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/drm-lease/drm-lease-v1.xml
|
||||||
BASENAME drm-lease-v1
|
BASENAME drm-lease-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-lockscreen-overlay-v1.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-lockscreen-overlay-v1.xml
|
||||||
BASENAME kde-lockscreen-overlay-v1
|
BASENAME kde-lockscreen-overlay-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/ext-idle-notify/ext-idle-notify-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/ext-idle-notify/ext-idle-notify-v1.xml
|
||||||
BASENAME ext-idle-notify-v1
|
BASENAME ext-idle-notify-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/tearing-control/tearing-control-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/tearing-control/tearing-control-v1.xml
|
||||||
BASENAME tearing-control-v1
|
BASENAME tearing-control-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml
|
||||||
BASENAME xwayland-keyboard-grab-unstable-v1
|
BASENAME xwayland-keyboard-grab-unstable-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/content-type/content-type-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/content-type/content-type-v1.xml
|
||||||
BASENAME content-type-v1
|
BASENAME content-type-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/xwayland-shell/xwayland-shell-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/xwayland-shell/xwayland-shell-v1.xml
|
||||||
BASENAME xwayland-shell-v1
|
BASENAME xwayland-shell-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-output-order-v1.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-output-order-v1.xml
|
||||||
BASENAME kde-output-order-v1
|
BASENAME kde-output-order-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/fractional-scale/fractional-scale-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/fractional-scale/fractional-scale-v1.xml
|
||||||
BASENAME fractional-scale-v1
|
BASENAME fractional-scale-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PROJECT_SOURCE_DIR}/src/wayland/protocols/wayland-drm.xml
|
PROTOCOL ${PROJECT_SOURCE_DIR}/src/wayland/protocols/wayland-drm.xml
|
||||||
BASENAME drm
|
BASENAME drm
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-screen-edge-v1.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-screen-edge-v1.xml
|
||||||
BASENAME kde-screen-edge-v1
|
BASENAME kde-screen-edge-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/cursor-shape/cursor-shape-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/cursor-shape/cursor-shape-v1.xml
|
||||||
BASENAME cursor-shape-v1
|
BASENAME cursor-shape-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml
|
||||||
BASENAME xdg-toplevel-drag-v1
|
BASENAME xdg-toplevel-drag-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PROJECT_SOURCE_DIR}/src/wayland/protocols/frog-color-management-v1.xml
|
PROTOCOL ${PROJECT_SOURCE_DIR}/src/wayland/protocols/frog-color-management-v1.xml
|
||||||
BASENAME frog-color-management-v1
|
BASENAME frog-color-management-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/stable/presentation-time/presentation-time.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/stable/presentation-time/presentation-time.xml
|
||||||
BASENAME presentation-time
|
BASENAME presentation-time
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/security-context/security-context-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/security-context/security-context-v1.xml
|
||||||
BASENAME security-context-v1
|
BASENAME security-context-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PROJECT_SOURCE_DIR}/src/wayland/protocols/xx-color-management-v4.xml
|
PROTOCOL ${PROJECT_SOURCE_DIR}/src/wayland/protocols/xx-color-management-v4.xml
|
||||||
BASENAME xx-color-management-v4
|
BASENAME xx-color-management-v4
|
||||||
)
|
)
|
||||||
if (WaylandProtocols_VERSION VERSION_LESS 1.36)
|
if (WaylandProtocols_VERSION VERSION_LESS 1.36)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/xdg-dialog/xdg-dialog-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/xdg-dialog/xdg-dialog-v1.xml
|
||||||
BASENAME dialog-v1
|
BASENAME dialog-v1
|
||||||
)
|
)
|
||||||
|
@ -241,6 +297,7 @@ if (WaylandProtocols_VERSION VERSION_LESS 1.36)
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/xdg-dialog/xdg-dialog-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/xdg-dialog/xdg-dialog-v1.xml
|
||||||
BASENAME xdg-dialog-v1
|
BASENAME xdg-dialog-v1
|
||||||
)
|
)
|
||||||
|
@ -249,10 +306,12 @@ else()
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${WaylandProtocols_DATADIR}/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml
|
PROTOCOL ${WaylandProtocols_DATADIR}/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml
|
||||||
BASENAME linux-drm-syncobj-v1
|
BASENAME linux-drm-syncobj-v1
|
||||||
)
|
)
|
||||||
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
ecm_add_qtwayland_server_protocol_kde(WaylandProtocols_xml
|
||||||
|
PRIVATE_CODE
|
||||||
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-external-brightness-v1.xml
|
PROTOCOL ${PLASMA_WAYLAND_PROTOCOLS_DIR}/kde-external-brightness-v1.xml
|
||||||
BASENAME kde-external-brightness-v1
|
BASENAME kde-external-brightness-v1
|
||||||
)
|
)
|
||||||
|
|
|
@ -50,8 +50,9 @@ endif()
|
||||||
|
|
||||||
function(ecm_add_qtwayland_server_protocol_kde target)
|
function(ecm_add_qtwayland_server_protocol_kde target)
|
||||||
# Parse arguments
|
# Parse arguments
|
||||||
|
set(options PRIVATE_CODE)
|
||||||
set(oneValueArgs PROTOCOL BASENAME PREFIX)
|
set(oneValueArgs PROTOCOL BASENAME PREFIX)
|
||||||
cmake_parse_arguments(ARGS "" "${oneValueArgs}" "" ${ARGN})
|
cmake_parse_arguments(ARGS "${options}" "${oneValueArgs}" "" ${ARGN})
|
||||||
|
|
||||||
if(ARGS_UNPARSED_ARGUMENTS)
|
if(ARGS_UNPARSED_ARGUMENTS)
|
||||||
message(FATAL_ERROR "Unknown keywords given to ecm_add_qtwayland_server_protocol_kde(): \"${ARGS_UNPARSED_ARGUMENTS}\"")
|
message(FATAL_ERROR "Unknown keywords given to ecm_add_qtwayland_server_protocol_kde(): \"${ARGS_UNPARSED_ARGUMENTS}\"")
|
||||||
|
@ -59,11 +60,15 @@ function(ecm_add_qtwayland_server_protocol_kde target)
|
||||||
|
|
||||||
set(_prefix "${ARGS_PREFIX}")
|
set(_prefix "${ARGS_PREFIX}")
|
||||||
|
|
||||||
|
if(ARGS_PRIVATE_CODE)
|
||||||
|
set(_private_code_option PRIVATE_CODE)
|
||||||
|
endif()
|
||||||
|
|
||||||
find_package(WaylandScanner REQUIRED QUIET)
|
find_package(WaylandScanner REQUIRED QUIET)
|
||||||
ecm_add_wayland_server_protocol(${target}
|
ecm_add_wayland_server_protocol(${target}
|
||||||
PROTOCOL ${ARGS_PROTOCOL}
|
PROTOCOL ${ARGS_PROTOCOL}
|
||||||
BASENAME ${ARGS_BASENAME})
|
BASENAME ${ARGS_BASENAME}
|
||||||
|
${_private_code_option})
|
||||||
|
|
||||||
get_filename_component(_infile ${ARGS_PROTOCOL} ABSOLUTE)
|
get_filename_component(_infile ${ARGS_PROTOCOL} ABSOLUTE)
|
||||||
set(_header "${CMAKE_CURRENT_BINARY_DIR}/qwayland-server-${ARGS_BASENAME}.h")
|
set(_header "${CMAKE_CURRENT_BINARY_DIR}/qwayland-server-${ARGS_BASENAME}.h")
|
||||||
|
|
Loading…
Reference in a new issue