Author: dmeyer
Date: Sat Dec  2 21:33:09 2006
New Revision: 2145

Modified:
   trunk/display/setup.py

Log:
add X11.so if we have no special libs to add it

Modified: trunk/display/setup.py
==============================================================================
--- trunk/display/setup.py      (original)
+++ trunk/display/setup.py      Sat Dec  2 21:33:09 2006
@@ -143,6 +143,8 @@
             x11.libraries.append("GL")
     if not features:
         features = [ 'yes' ]
+        get_library('X11').libraries.append('X11')
+        x11.add_library('X11')
     else:
         print "+ X11 (%s)" % ', '.join(features)
     modules.append(x11)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to