changeset 7:3e949a92804a draft

Uploaded
author iuc
date Thu, 09 Oct 2014 13:03:15 -0400
parents 3987317f40b6
children cfe4b5691ffa
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Oct 09 03:08:23 2014 -0400
+++ b/tool_dependencies.xml	Thu Oct 09 13:03:15 2014 -0400
@@ -18,8 +18,8 @@
                       <repository name="libxext-proto" version="7.2.1" />
                     </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">make</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 -no-cups -no-openvg -no-xrandr -no-xrender</action>
+                <action type="shell_command">make sub-src</action>
                 <action type="shell_command">make install</action>
                 <action type="set_environment">
                 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>