[Xquartz-changes] [520] tinderbox

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 24 13:46:49 PDT 2011


Revision: 520
          http://trac.macosforge.org/projects/xquartz/changeset/520
Author:   jeremyhu at freedesktop.org
Date:     2011-03-24 13:46:49 -0700 (Thu, 24 Mar 2011)
Log Message:
-----------
Set build_policy=all since defaults changed.

Modified Paths:
--------------
    tinderbox/jhbuildrc.linux
    tinderbox/jhbuildrc.xquartz

Modified: tinderbox/jhbuildrc.linux
===================================================================
--- tinderbox/jhbuildrc.linux	2011-03-24 20:46:27 UTC (rev 519)
+++ tinderbox/jhbuildrc.linux	2011-03-24 20:46:49 UTC (rev 520)
@@ -7,7 +7,9 @@
 
 # skip = [ 'xorg-drivers', 'xdriinfo', 'libdrm', 'libpciaccess', 'libGL', 'fontconfig', 'xkeyboard-config' ]
 
-checkoutroot = os.path.join(os.environ['JHBUILDDIR'] , 'src');
-prefix = os.path.join(os.environ['JHBUILDDIR'], 'build');
+build_policy = 'all'
 
+checkoutroot = os.path.join(os.environ['JHBUILDDIR'] , 'src')
+prefix = os.path.join(os.environ['JHBUILDDIR'], 'build')
+
 autogenargs='--without-xf86misc --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --disable-static --disable-dependency-tracking'

Modified: tinderbox/jhbuildrc.xquartz
===================================================================
--- tinderbox/jhbuildrc.xquartz	2011-03-24 20:46:27 UTC (rev 519)
+++ tinderbox/jhbuildrc.xquartz	2011-03-24 20:46:49 UTC (rev 520)
@@ -7,7 +7,9 @@
 
 skip = [ 'xorg-drivers', 'xdriinfo', 'libdrm', 'libpciaccess', 'libGL', 'fontconfig', 'xkeyboard-config' ]
 
-checkoutroot = os.path.join(os.environ['JHBUILDDIR'] , 'src');
-prefix = os.path.join(os.environ['JHBUILDDIR'], 'build');
+build_policy = 'all'
 
+checkoutroot = os.path.join(os.environ['JHBUILDDIR'] , 'src')
+prefix = os.path.join(os.environ['JHBUILDDIR'], 'build')
+
 autogenargs='--without-xf86misc --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --with-dtrace --disable-static --disable-dependency-tracking --with-launchagents-dir=' + os.path.join(prefix, 'Library', 'LaunchAgents') + ' --with-launchdaemons-dir=' + os.path.join(prefix, 'Library', 'LaunchDaemons') + ' --with-apple-applications-dir=' + os.path.join(prefix, 'Applications')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110324/798e4973/attachment.html>


More information about the Xquartz-changes mailing list