[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/phonon
From:       Antonio Larrosa Jimenez <larrosa () kde ! org>
Date:       2008-08-11 13:12:03
Message-ID: 1218460323.995073.692.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 845311 by antlarr:

If xine wasn't really found, don't try to compile the xine directory



 M  +3 -1      CMakeLists.txt  


--- trunk/KDE/kdebase/runtime/phonon/CMakeLists.txt #845310:845311
@@ -58,7 +58,9 @@
             macro_log_feature(FALSE "Xine" "xine-lib v${XINE_VERSION} was found on \
your system. This version contains major changes compared to 1.1.x and has not been \
tested properly for use with this backend. Consider downgrading to version 1.1.9." \
"http://sourceforge.net/project/showfiles.php?group_id=9655&package_id=9732")  \
set(XINE_FOUND FALSE)  endif(XINE_MINOR_VERSION LESS 2 AND XINE_BUGFIX_VERSION LESS \
                90)
-         macro_optional_add_subdirectory(xine)
+         if(XINE_FOUND)
+            macro_optional_add_subdirectory(xine)
+         endif(XINE_FOUND)
       endif(XINE_FOUND)
    endif (NOT Q_WS_WIN)
 endif(KDE4_DISABLE_MULTIMEDIA)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic