blob: 95ab27ac9c0f5c95ecbe284c754c3acdac031c13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3f1e0d..cc7c71e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -313,7 +313,7 @@ if(WAYWALLEN_DISPLAY_PLUGIN_QML)
# qmldir + .so lives in plugins/qml/CMakeLists.txt (where the relevant
# CMAKE_CURRENT_BINARY_DIR resolves correctly).
install(DIRECTORY extensions/kde/package/
- DESTINATION org.waywallen.kde
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/plasma/wallpapers/org.waywallen.kde
COMPONENT kde_extension
EXCLUDE_FROM_ALL)
diff --git a/plugins/qml/CMakeLists.txt b/plugins/qml/CMakeLists.txt
index b371ca6..4606e93 100644
--- a/plugins/qml/CMakeLists.txt
+++ b/plugins/qml/CMakeLists.txt
@@ -82,6 +82,6 @@ install(
# system prefix from also writing this kpackage-shaped path.
install(
DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${_ww_qml_uri_path}/
- DESTINATION org.waywallen.kde/contents/ui/WaywallenDisplayEmbed
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/plasma/wallpapers/org.waywallen.kde/contents/ui/WaywallenDisplayEmbed
COMPONENT kde_extension
EXCLUDE_FROM_ALL)
|