From 3a513f4e25c87dfa81cb4765363838996cac1578 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Fri, 25 Mar 2011 18:13:25 +0000
Subject: [PATCH] Use built pkgconfig is required for this part.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44643 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/xorg.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildout/software-profiles/xorg.cfg b/buildout/software-profiles/xorg.cfg
index 39406d69b2..7da146bb36 100644
--- a/buildout/software-profiles/xorg.cfg
+++ b/buildout/software-profiles/xorg.cfg
@@ -88,6 +88,7 @@ environment =
   PKG_CONFIG_PATH=${xcbproto:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig
   LD_LIBRARY_PATH=${xcbproto:location}/lib:${libXau:location}/lib:${xorg-libpthread-stubs:location}/lib:${xextproto:location}/lib:${libX11:location}/lib:${libxcb:location}/lib
   LD_RUN_PATH=${xcbproto:location}/lib:${libXau:location}/lib:${xorg-libpthread-stubs:location}/lib:${xextproto:location}/lib:${libX11:location}/lib:${libxcb:location}/lib
+  PATH=${pkgconfig:location}/bin:%(PATH)s
 configure-options =
   --disable-specs
 
-- 
2.30.9