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

List:       kde-commits
Subject:    branches/trinity/applications/rosegarden/src
From:       Timothy Pearson <kb9vqf () pearsoncomputing ! net>
Date:       2011-10-17 5:21:34
Message-ID: 20111017052134.61025AC888 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1259267 by tpearson:

Fix rosegarden FTBFS under oneiric


 M  +13 -0     CMakeLists.txt  
 M  +1 -0      sound/AudioCache.h  


--- branches/trinity/applications/rosegarden/src/CMakeLists.txt #1259266:1259267
@@ -49,6 +49,10 @@
     ${common_sound_SRCS}
 )
 
+TARGET_LINK_LIBRARIES(RosegardenCommon
+    dl
+)
+
 IF(USE_PCH)
     ADD_DEPENDENCIES(RosegardenCommon precompiled_headers)
 ENDIF(USE_PCH)
@@ -76,6 +80,7 @@
 ENDIF(USE_PCH)
 
 TARGET_LINK_LIBRARIES(rosegardensequencer 
+    dl
     ${QT_AND_KDECORE_LIBS} 
     ${ALSA_LIBS} 
     ${JACK_LIBS}
@@ -102,6 +107,11 @@
     ${gui_SRCS}
 )
 
+TARGET_LINK_LIBRARIES(RosegardenExtended
+    dl
+    lo
+)
+
 ADD_LIBRARY(RosegardenCommands STATIC
     ${commands_SRCS}
 )
@@ -137,6 +147,8 @@
 ENDIF(USE_PCH)
 
 TARGET_LINK_LIBRARIES(rosegarden
+    dl
+    lo
     ${QT_AND_KDECORE_LIBS} 
     ${LIBLO_LIBS}
     ${LRDF_LIBS}
@@ -185,6 +197,7 @@
     )
 
     TARGET_LINK_LIBRARIES(RosegardenTestDriver
+        dl
         ${QT_AND_KDECORE_LIBS} 
         ${LIBLO_LIBS}
         ${LRDF_LIBS}
--- branches/trinity/applications/rosegarden/src/sound/AudioCache.h #1259266:1259267
@@ -22,6 +22,7 @@
 #ifndef _AUDIO_CACHE_H_
 #define _AUDIO_CACHE_H_
 
+#include <cstddef>
 #include <map>
 
 namespace Rosegarden

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

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