[ogre] Another try at picking up the proper library list

Bruno Wolff III bruno at fedoraproject.org
Mon Jan 3 04:46:17 UTC 2011


commit 6d2e57ebbb3f87cbf1ec53d7f1e908143a1d42fc
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Jan 2 22:39:30 2011 -0600

    Another try at picking up the proper library list

 ogre-1.7.2-rcapsdump-DSO-fix.patch |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/ogre-1.7.2-rcapsdump-DSO-fix.patch b/ogre-1.7.2-rcapsdump-DSO-fix.patch
index 285bf2a..2a934ef 100644
--- a/ogre-1.7.2-rcapsdump-DSO-fix.patch
+++ b/ogre-1.7.2-rcapsdump-DSO-fix.patch
@@ -8,7 +8,7 @@
 +add_subdirectory(rcapsdump)
 --- /dev/null	2010-12-22 19:33:04.813000034 -0600
 +++ Tools/rcapsdump/CMakeLists.txt	2011-01-02 13:11:25.000000000 -0600
-@@ -0,0 +1,8 @@
+@@ -0,0 +1,9 @@
 +# Configure rcapsdump
 +
 +set(SOURCE_FILES 
@@ -16,4 +16,5 @@
 +)
 +
 +add_executable(rcapsdump ${SOURCE_FILES})
-+target_link_libraries(rcapsdump ${OGRE_LIBRARIES} ${OGRE_THREAD_LIBRARIES})
++target_link_libraries(rcapsdump ${OGRE_LIBRARIES})
++ogre_config_tool(rcapsdump)


More information about the scm-commits mailing list