File: CMakeLists.txt

package info (click to toggle)
lxqt-wayland-session 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 756 kB
  • sloc: xml: 434; sh: 232; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# install default config files to /usr/share/lxqt/wayland

install(FILES
    lxqt-hyprland.conf
    lxqt-wayfire.ini
    lxqt-sway.config
    lxqt-river-init
    lxqt-niri.kdl
    DESTINATION "${CMAKE_INSTALL_DATADIR}/lxqt/wayland"
    COMPONENT Runtime
)
install(FILES
    lxqt-labwc.png
    DESTINATION "${LXQT_SHARE_DIR}/graphics"
    COMPONENT Runtime
)
install(DIRECTORY
    labwc
    firstrun
    DESTINATION "${CMAKE_INSTALL_DATADIR}/lxqt/wayland"
    COMPONENT Runtime
)