changeset 6:3987317f40b6 draft

Uploaded
author bgruening
date Thu, 09 Oct 2014 03:08:23 -0400
parents e370edd6b3b5
children 3e949a92804a
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Oct 08 18:24:21 2014 -0400
+++ b/tool_dependencies.xml	Thu Oct 09 03:08:23 2014 -0400
@@ -19,12 +19,13 @@
                     </package>
                 </action>
                 <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -no-xinerama -no-xinput -no-xcursor -no-xvideo -no-opengl -no-sm -no-xkb -no-gui</action>
-                <action type="shell_command">qmake</action>
-                <action type="shell_command">qmake install</action>
+                <action type="shell_command">make</action>
+                <action type="shell_command">make install</action>
                 <action type="set_environment">
                 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                 <environment_variable action="set_to" name="QT_ROOT_DIR">$INSTALL_DIR</environment_variable>
+                <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable>
               </action>
             </actions>
         </install>