extragear/multimedia/amarok/src/context
Mark Kretschmann
kretschmann at kde.org
Fri Feb 29 09:37:44 CET 2008
SVN commit 780471 by markey:
Make context plasmoids work for systems without plasma desktop. We simply have to install the plasma service files always.
CCMAIL: amarok-devel at kde.org
M +0 -3 CMakeLists.txt
--- trunk/extragear/multimedia/amarok/src/context/CMakeLists.txt #780470:780471
@@ -109,8 +109,6 @@
set_target_properties(amarokplasma PROPERTIES VERSION 1.0.0 SOVERSION 1)
install(TARGETS amarokplasma DESTINATION ${LIB_INSTALL_DIR})
-# base plasma not compiled under windows, so we need to install these here
-if(WIN32)
install(FILES
plasma/servicetypes/plasma-animator.desktop
plasma/servicetypes/plasma-applet.desktop
@@ -118,7 +116,6 @@
plasma/servicetypes/plasma-runner.desktop
plasma/servicetypes/plasma-scriptengine.desktop
DESTINATION ${SERVICETYPES_INSTALL_DIR})
-endif(WIN32)
########### install files ###############
More information about the Amarok-devel
mailing list