comparison tool_dependencies.xml @ 5:6367d6fc9f82 draft

Fix previous commit.
author devteam
date Wed, 04 Dec 2013 13:55:33 -0500
parents fbb4a9610e30
children 2d331ead5f63
comparison
equal deleted inserted replaced
4:fbb4a9610e30 5:6367d6fc9f82
52 </repository> 52 </repository>
53 <repository changeset_revision="13e5b41f08c6" name="package_inputproto_2_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> 53 <repository changeset_revision="13e5b41f08c6" name="package_inputproto_2_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu">
54 <package name="inputproto" version="2.2" /> 54 <package name="inputproto" version="2.2" />
55 </repository> 55 </repository>
56 </action> 56 </action>
57 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 57 <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>
58 <action type="shell_command">make &amp;&amp; make install</action> 58 <action type="shell_command">make &amp;&amp; make install</action>
59 <action type="set_environment"> 59 <action type="set_environment">
60 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 60 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
61 <environment_variable action="set_to" name="X11_LIB_DIR">$INSTALL_DIR/lib</environment_variable> 61 <environment_variable action="set_to" name="X11_LIB_DIR">$INSTALL_DIR/lib</environment_variable>
62 <environment_variable action="set_to" name="X11_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable> 62 <environment_variable action="set_to" name="X11_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable>