summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/riokarma/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-06-12 03:52:27 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-06-12 03:53:13 +0200
commit17bfb18f1af046b3a7f882f9e1c72e339015d9b2 (patch)
treea07643bbe592133a08694773cfd42e3d4d1fe903 /amarok/src/mediadevice/riokarma/CMakeLists.txt
parent2b88112373100b0eabfbad2c41d1c54d3d53898f (diff)
downloadamarok-17bfb18f1af046b3a7f882f9e1c72e339015d9b2.tar.gz
amarok-17bfb18f1af046b3a7f882f9e1c72e339015d9b2.zip
Enable riokarma support
Thanks to Francois Andriot for the patch!
Diffstat (limited to 'amarok/src/mediadevice/riokarma/CMakeLists.txt')
-rw-r--r--amarok/src/mediadevice/riokarma/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/mediadevice/riokarma/CMakeLists.txt b/amarok/src/mediadevice/riokarma/CMakeLists.txt
index 70916900..f78fb284 100644
--- a/amarok/src/mediadevice/riokarma/CMakeLists.txt
+++ b/amarok/src/mediadevice/riokarma/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-tde_message_fatal( "riokarma support is not buildable, it needs to link to karma-sharp.dll" )
+#tde_message_fatal( "riokarma support is not buildable, it needs to link to karma-sharp.dll" )
include( ConfigureChecks.cmake )
@@ -38,6 +38,6 @@ install( FILES
tde_add_kpart( libamarok_riokarma-mediadevice AUTOMOC
SOURCES riokarmamediadevice.cpp
- LINK amarok-shared ${KARMA_LIBRARIES}
+ LINK amarok-shared ${KARMA_LIBRARIES} karma
DESTINATION ${PLUGIN_INSTALL_DIR}
)