From 75c0180e447ff3602e2340c6bf043835838c7997 Mon Sep 17 00:00:00 2001 From: samelian Date: Mon, 2 May 2011 23:06:07 +0000 Subject: [amarok] all media devices ported to cmake git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/amarok@1230244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8feed576..e214d289 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ project( amarok ) include( CheckCXXSourceCompiles ) include( CheckFunctionExists ) include( CheckIncludeFileCXX ) +include( CheckLibraryExists ) include( CheckStructHasMember ) include( CheckSymbolExists ) include( CheckTypeSize ) @@ -45,7 +46,12 @@ tde_setup_paths( ) option( WITH_LIBVISUAL "Enable libvisual support" OFF ) option( WITH_KONQSIDEBAR "Enable konqsidebar plugin" OFF ) option( WITH_XINE "Enable xine-engine support" OFF ) -option( WITH_LIBGPOD "Enable iPod support from libgpod" OFF ) +option( WITH_IPOD "Enable iPod support from libgpod" OFF ) +option( WITH_IFP "Enable ifp support" OFF ) +option( WITH_NJB "Enable njb support" OFF ) +option( WITH_MTP "Enable mtp support" OFF ) +option( WITH_RIOKARMA "Enable riokarma support" OFF ) +option( WITH_DAAP "Enable daap support" OFF ) ##### user requested modules #################### -- cgit v1.2.3