Revision: 6527
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6527&view=rev
Author:   jeremy_asher
Date:     2008-06-10 13:51:30 -0700 (Tue, 10 Jun 2008)

Log Message:
-----------
Fixed minor cmake build issues

Modified Paths:
--------------
    code/stage/trunk/CMakeLists.txt
    code/stage/trunk/libstage/CMakeLists.txt

Modified: code/stage/trunk/CMakeLists.txt
===================================================================
--- code/stage/trunk/CMakeLists.txt     2008-06-10 18:58:52 UTC (rev 6526)
+++ code/stage/trunk/CMakeLists.txt     2008-06-10 20:51:30 UTC (rev 6527)
@@ -23,7 +23,7 @@
 #variable_watch(PLAYER_FOUND)
 #variable_watch(PLAYER_VERSION)
 pkg_search_module( GLIB glib-2.0 )
-pkg_search_module( PLAYER playercore>=2.1 )
+pkg_search_module( PLAYER playercore )
 find_package(OPENGL REQUIRED)
 
 # include(FindFLTK) doesn't seem to work for me, so we work a bit harder

Modified: code/stage/trunk/libstage/CMakeLists.txt
===================================================================
--- code/stage/trunk/libstage/CMakeLists.txt    2008-06-10 18:58:52 UTC (rev 
6526)
+++ code/stage/trunk/libstage/CMakeLists.txt    2008-06-10 20:51:30 UTC (rev 
6527)
@@ -1,5 +1,6 @@
 
 add_library( stage SHARED
+             stage.hh  # get headers into IDE projects
             ancestor.cc 
             block.cc 
             canvas.cc 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to