changeset 1:b68f6b5d7304 draft

Uploaded
author iuc
date Wed, 21 Jan 2015 17:29:41 -0500
parents e3729818491f
children dce457e96f82
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Feb 25 14:35:12 2014 -0500
+++ b/tool_dependencies.xml	Wed Jan 21 17:29:41 2015 -0500
@@ -4,7 +4,6 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/sqlite/sqlite-autoconf-3080300.tar.gz</action>
-
                 <action type="autoconf"/>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
@@ -12,6 +11,7 @@
                     <environment_variable name="SQLITE_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
                     <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
                     <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                 </action>
             </actions>
         </install>