Revision: 6533
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6533&view=rev
Author:   gbiggs
Date:     2008-06-10 19:46:25 -0700 (Tue, 10 Jun 2008)

Log Message:
-----------
Fixed rtk option usage.

Modified Paths:
--------------
    code/player/trunk/utils/playerv/CMakeLists.txt

Modified: code/player/trunk/utils/playerv/CMakeLists.txt
===================================================================
--- code/player/trunk/utils/playerv/CMakeLists.txt      2008-06-11 02:45:56 UTC 
(rev 6532)
+++ code/player/trunk/utils/playerv/CMakeLists.txt      2008-06-11 02:46:25 UTC 
(rev 6533)
@@ -1,4 +1,4 @@
-IF (WITH_GTK)
+IF (WITH_GTK AND INCLUDE_RTKGUI)
     SET (playervSrcs    playerv.c
                         playerv.h
                         registry.c
@@ -32,6 +32,6 @@
         COMPILE_FLAGS "${GTK_CFLAGS}")
     SET_TARGET_PROPERTIES (playerv PROPERTIES
         LINK_FLAGS "${GTK_LINKFLAGS}")
-ELSE (WITH_GTK)
-    MESSAGE (STATUS "playerv will not be built - GTK not found")
-ENDIF (WITH_GTK)
\ No newline at end of file
+ELSE (WITH_GTK AND INCLUDE_RTKGUI)
+    MESSAGE (STATUS "playerv will not be built - GTK not found or RTK 
disabled.")
+ENDIF (WITH_GTK AND INCLUDE_RTKGUI)
\ No newline at end of file


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