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

List:       helix-video-cvs
Subject:    [Video-cvs] site siteplug.cpp,1.18,1.19 unix.pcf,1.4,1.5
From:       lovish () helixcommunity ! org
Date:       2007-02-26 9:34:54
Message-ID: 200702260936.l1Q9aat6000370 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/video/site
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv4656

Modified Files:
	siteplug.cpp unix.pcf 
Log Message:

This change reduces the dependencies of QWS for checking the 
inclusion/exclusion of X11 headers and libraries. 
Check for the define USE_XWINDOWS is used


Index: siteplug.cpp
===================================================================
RCS file: /cvsroot/video/site/siteplug.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- siteplug.cpp	30 Nov 2006 17:40:31 -0000	1.18
+++ siteplug.cpp	26 Feb 2007 09:34:52 -0000	1.19
@@ -48,7 +48,7 @@
  * ***** END LICENSE BLOCK ***** */
 
 #if defined(_UNIX) && !defined(_MAC_UNIX)
-# if !defined(QWS)
+# if defined(USE_XWINDOWS)
 #    include "hlxclib/string.h"
 #    include <X11/Xlib.h>
 #    include <X11/Xutil.h>

Index: unix.pcf
===================================================================
RCS file: /cvsroot/video/site/unix.pcf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- unix.pcf	9 Jul 2004 18:35:49 -0000	1.4
+++ unix.pcf	26 Feb 2007 09:34:52 -0000	1.5
@@ -49,7 +49,7 @@
 # ***** END LICENSE BLOCK *****
 # 
 
-if not project.IsDefined("QWS"):
+if project.IsDefined("USE_XWINDOWS"):
     project.AddSystemLibraries( 'm', 'X11', 'Xext' );
 
 project.AddIncludes("../sitelib/pub/platform/unix")


_______________________________________________
Video-cvs mailing list
Video-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video-cvs

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

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