[Erp5-report] r44614 rafael - /erp5/trunk/buildout/software-profiles/xorg.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 25 12:35:40 CET 2011


Author: rafael
Date: Fri Mar 25 12:35:40 2011
New Revision: 44614

URL: http://svn.erp5.org?rev=44614&view=rev
Log:
Use pkgconfig built from buildout.

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=44614&r1=44613&r2=44614&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/xorg.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/xorg.cfg [utf8] Fri Mar 25 12:35:40 2011
@@ -73,7 +73,7 @@ environment =
   PKG_CONFIG_PATH=${xcbproto:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libxslt:location}/lib/pkgconfig
   LD_LIBRARY_PATH=${xcbproto:location}/lib:${libXau:location}/lib:${xorg-libpthread-stubs:location}/lib:${libxslt:location}/lib
   LD_RUN_PATH=${xcbproto:location}/lib:${libXau:location}/lib:${xorg-libpthread-stubs:location}/lib:${libxslt:location}/lib
-  PATH=${libxslt:location}/bin:%(PATH)s
+  PATH=${pkgconfig:location}/bin:${libxslt:location}/bin:%(PATH)s
   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



More information about the Erp5-report mailing list