Author: tack
Date: Fri Mar 31 04:52:46 2006
New Revision: 1370

Modified:
   trunk/display/setup.py

Log:
Xxf86vm needs to be linked too; not sure why.


Modified: trunk/display/setup.py
==============================================================================
--- trunk/display/setup.py      (original)
+++ trunk/display/setup.py      Fri Mar 31 04:52:46 2006
@@ -130,7 +130,7 @@
     if 'gl_x11' in evas_engines:
         features.append('evasGL')
         x11.add_library('evas')
-        x11.libraries.append("GL")
+        x11.libraries += ['GL', 'Xxf86vm']
     if not features:
         features = [ 'yes' ]
     else:


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to