diff --git a/buildout/software-profiles/xorg.cfg b/buildout/software-profiles/xorg.cfg index 39064f14d8e3872c2b5bd9b9842b86d63ec90b65..3dc184184267010e446a0be2cd9e44370948da55 100644 --- a/buildout/software-profiles/xorg.cfg +++ b/buildout/software-profiles/xorg.cfg @@ -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