changeset 5:6367d6fc9f82 draft

Fix previous commit.
author devteam
date Wed, 04 Dec 2013 13:55:33 -0500
parents fbb4a9610e30
children 2d331ead5f63
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Dec 04 12:37:32 2013 -0500
+++ b/tool_dependencies.xml	Wed Dec 04 13:55:33 2013 -0500
@@ -54,7 +54,7 @@
                         <package name="inputproto" version="2.2" />
                     </repository>
                 </action>
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">export CFLAGS="-I$XPROTO_INCLUDES -I$XTRANS_INCLUDES -I$KBPROTO_INCLUDES -I$INPUTPROTO_INCLUDES -I$XCB_INCLUDES" &amp;&amp; ./configure --prefix=$INSTALL_DIR</action>
                 <action type="shell_command">make &amp;&amp; make install</action>
                 <action type="set_environment">
                   <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>