changeset 1:cf6b0be75bdd draft default tip

Updated tool dependency definition.
author devteam
date Wed, 27 Nov 2013 23:39:15 -0500
parents f92715abfb41
children
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Nov 27 09:06:01 2013 -0500
+++ b/tool_dependencies.xml	Wed Nov 27 23:39:15 2013 -0500
@@ -6,10 +6,11 @@
                 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
                 <action type="shell_command">make &amp;&amp; make install</action>
                 <action type="set_environment">
-                    <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+                    <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/share/pkgconfig</environment_variable>
+                    <environment_variable name="XTRANS_INCLUDES" action="set_to">$INSTALL_DIR/include</environment_variable>
                 </action>
             </actions>
         </install>
         <readme>X Network Transport layer shared code.</readme>
     </package>
-</tool_dependency>
\ No newline at end of file
+</tool_dependency>