From e02bfc413e7b1db62a41ec375a6f1624b8425171 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Fri, 25 Mar 2011 15:04:04 +0000
Subject: [PATCH] Be explict where is located KEYSYMDEF file.

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

diff --git a/buildout/software-profiles/xorg.cfg b/buildout/software-profiles/xorg.cfg
index 1ad1ab316e..b3231bd043 100644
--- a/buildout/software-profiles/xorg.cfg
+++ b/buildout/software-profiles/xorg.cfg
@@ -106,4 +106,4 @@ environment =
   PKG_CONFIG_PATH=${xproto:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${xtrans:location}/share/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig
   LD_LIBRARY_PATH=${xproto:location}/lib:${xextproto:location}/lib:${libxcb:location}/lib
   LD_RUN_PATH=${xproto:location}/lib:${xextproto:location}/lib:${libxcb:location}/lib
-  CPPFLAGS=-I${xproto:location}/include/X11/
+  KEYSYMDEF=${xproto:location}/include/X11/keysymdef.h
-- 
2.30.9