[PATCH] s/WITH_IPOD/WITH_Ipod/

Ingmar Vanhassel ingmar at exherbo.org
Thu May 14 23:00:54 CEST 2009


macro_optional_find_package(Ipod) results in an option named WITH_Ipod,
not WITH_IPOD.
---
 CMakeLists.txt |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 921e111..f8a738d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,10 +59,10 @@ if( WITH_PLAYER )
     endif(IPOD_FOUND)
     macro_log_feature( IPOD_0_7 "libgpod" "Support Apple iPod audio devices" "http://sourceforge.net/projects/gtkpod/" FALSE "0.7.0" "" )
  
-    if( WITH_IPOD )
+    if( WITH_Ipod )
         macro_optional_find_package(Gdk)
         macro_log_feature( GDK_FOUND "Gdk" "Support for artwork on iPod audio devices via GdkPixbuf" "http://developer.gnome.org/arch/imaging/gdkpixbuf.html" FALSE "2.0.x" "" )
-    endif( WITH_IPOD )
+    endif( WITH_Ipod )
 
     macro_optional_find_package(Mtp)
     macro_log_feature( MTP_FOUND "libmtp" "Enable Support for portable media devices that use the media transfer protocol" "http://libmtp.sourceforge.net/" FALSE "0.3.0" "")
@@ -93,10 +93,10 @@ if( WITH_PLAYER )
         macro_log_feature(QT4_GLIB_SUPPORT "Qt4 Glib support" "Qt4 must be compiled with glib support for mp3tunes" "http://www.trolltech.com" FALSE "" "")
     endif( WITH_MP3TUNES )
 
-    if( WITH_IPOD OR WITH_MP3TUNES )
+    if( WITH_Ipod OR WITH_MP3TUNES )
         find_package(GLIB2)
         macro_log_feature( GLIB2_FOUND "glib2" "Required by libgpod and mp3tunes" "http://www.gtk.org" FALSE "2.x" "")
-    endif( WITH_IPOD OR WITH_MP3TUNES )
+    endif( WITH_Ipod OR WITH_MP3TUNES )
 
     #These two are currently unused
     #macro_optional_find_package(Soprano)
-- 
1.6.2.3



More information about the Amarok-devel mailing list