Warning, /libraries/plasma-wayland-protocols/src/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez <aleixpol@kde.org>
0002 #
0003 # SPDX-License-Identifier: BSD-3-Clause
0004 
0005 install(FILES
0006     protocols/appmenu.xml
0007     protocols/blur.xml
0008     protocols/contrast.xml
0009     protocols/dpms.xml
0010     protocols/fake-input.xml
0011     protocols/fullscreen-shell.xml
0012     protocols/idle.xml
0013     protocols/keystate.xml
0014     protocols/outputdevice.xml
0015     protocols/output-management.xml
0016     protocols/kde-lockscreen-overlay-v1.xml
0017     protocols/kde-primary-output-v1.xml
0018     protocols/kde-output-device-v2.xml
0019     protocols/kde-output-management-v2.xml
0020     protocols/kde-screen-edge-v1.xml
0021     protocols/plasma-shell.xml
0022     protocols/org-kde-plasma-virtual-desktop.xml
0023     protocols/plasma-window-management.xml
0024     protocols/remote-access.xml
0025     protocols/server-decoration-palette.xml
0026     protocols/server-decoration.xml
0027     protocols/shadow.xml
0028     protocols/slide.xml
0029     protocols/surface-extension.xml
0030     protocols/text-input-unstable-v2.xml
0031     protocols/text-input.xml
0032     protocols/wayland-eglstream-controller.xml
0033     protocols/zkde-screencast-unstable-v1.xml
0034     protocols/kde-output-order-v1.xml
0035 
0036     DESTINATION ${KDE_INSTALL_DATADIR}/plasma-wayland-protocols)
0037 
0038 # Backward compatibility for previously used non-standard protocol file names
0039 # TODO KF6 remove
0040 install(FILES protocols/zkde-screencast-unstable-v1.xml RENAME screencast.xml DESTINATION ${KDE_INSTALL_DATADIR}/plasma-wayland-protocols)
0041 install(FILES protocols/org-kde-plasma-virtual-desktop.xml RENAME plasma-virtual-desktop.xml DESTINATION ${KDE_INSTALL_DATADIR}/plasma-wayland-protocols)