diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-03 21:45:31 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-03 21:45:31 +0000 |
commit | 4bcbdd761503ff41fb08e6fa5149abd643957636 (patch) | |
tree | 452f2b8fb54da521516121c650857449e8cb37ca /CMakeLists.txt | |
parent | 75c0180e447ff3602e2340c6bf043835838c7997 (diff) | |
download | amarok-4bcbdd761503ff41fb08e6fa5149abd643957636.tar.gz amarok-4bcbdd761503ff41fb08e6fa5149abd643957636.zip |
[amarok] yauap-engine ported to cmake
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/amarok@1230311 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e214d289..d77666b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,6 +46,7 @@ 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_YAUAP "Enable yauap-engine support" OFF ) option( WITH_IPOD "Enable iPod support from libgpod" OFF ) option( WITH_IFP "Enable ifp support" OFF ) option( WITH_NJB "Enable njb support" OFF ) |