[Erp5-report] r43495 luke - /erp5/trunk/buildout/software-profiles/xorg.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Feb 19 15:40:48 CET 2011


Author: luke
Date: Sat Feb 19 15:40:47 2011
New Revision: 43495

URL: http://svn.erp5.org?rev=43495&view=rev
Log:
 - explain python usage

Modified:
    erp5/trunk/buildout/software-profiles/xorg.cfg

Modified: erp5/trunk/buildout/software-profiles/xorg.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/xorg.cfg?rev=43495&r1=43494&r2=43495&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/xorg.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/xorg.cfg [utf8] Sat Feb 19 15:40:47 2011
@@ -62,6 +62,10 @@ environment =
   LD_RUN_PATH=${xcbproto:location}/lib:${libXau:location}/lib:${xorg-libpthread-stubs:location}/lib:${libxslt:location}/lib
   PATH=%(PATH)s:${libxslt:location}/bin
   PYTHON=${buildout:executable}
+# Python note: libxcb requires python with ElementTree. In case of appliance
+# non system python is used, and this binary contains ElementTree. In case of
+# using this profile outside appliance it is required to provide python with
+# suitable library.
 
 [xextproto]
 recipe = hexagonit.recipe.cmmi



More information about the Erp5-report mailing list