Author: tack
Date: Fri Mar 31 03:57:52 2006
New Revision: 1367

Modified:
   trunk/display/setup.py

Log:
Explicitly add libGL to libraries list when enabling glx engine because
newer versions of evas are modular and linking to libevas isn't sufficient
to get libGL (for glxChooseVisual).


Modified: trunk/display/setup.py
==============================================================================
--- trunk/display/setup.py      (original)
+++ trunk/display/setup.py      Fri Mar 31 03:57:52 2006
@@ -130,6 +130,7 @@
     if 'gl_x11' in evas_engines:
         features.append('evasGL')
         x11.add_library('evas')
+        x11.libraries.append("GL")
     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