[Xquartz-changes] [522] tinderbox

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 25 00:31:15 PDT 2011


Revision: 522
          http://trac.macosforge.org/projects/xquartz/changeset/522
Author:   jeremyhu at freedesktop.org
Date:     2011-03-25 00:31:15 -0700 (Fri, 25 Mar 2011)
Log Message:
-----------
More cleanup for the linux tinderbox

Modified Paths:
--------------
    tinderbox/jhbuildrc.linux
    tinderbox/xorg.modules

Modified: tinderbox/jhbuildrc.linux
===================================================================
--- tinderbox/jhbuildrc.linux	2011-03-24 22:02:29 UTC (rev 521)
+++ tinderbox/jhbuildrc.linux	2011-03-25 07:31:15 UTC (rev 522)
@@ -1,16 +1,20 @@
-# Outside requirements: gperf byacc libxml2-dev libexpat-dev libpng-dev libfreetype6-dev
+# Outside requirements: gperf bison flex libxml2-dev libexpat-dev libpng-dev libfreetype6-dev libgcrypt-dev intltool libglib2.0-dev
 
-#moduleset = 'http://cgit.freedesktop.org/xorg/util/modular/blob/xorg.modules'
 moduleset = os.path.join(os.environ['JHBUILDDIR'], 'xorg.modules')
 
 modules = [ 'xorg-jeremyhu-tinderbox' ]
 
-# skip = [ 'xorg-drivers', 'xdriinfo', 'libdrm', 'libpciaccess', 'libGL', 'fontconfig', 'xkeyboard-config' ]
+# xf86-video-xgi*: https://bugs.freedesktop.org/show_bug.cgi?id=35646
+skip = [ 'xf86-video-geode', 'xf86-video-xgi', 'xf86-video-xgixp' ]
 
+# xf86-video-geode: https://bugs.freedesktop.org/show_bug.cgi?id=35645
+#skip = [ 'xf86-video-geode' ]
+
 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'
-makeargs = '-j4'
+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 --disable-runtime-deps'
+
+#makeargs = '-j4'

Modified: tinderbox/xorg.modules
===================================================================
--- tinderbox/xorg.modules	2011-03-24 22:02:29 UTC (rev 521)
+++ tinderbox/xorg.modules	2011-03-25 07:31:15 UTC (rev 522)
@@ -4,6 +4,7 @@
 
 <moduleset>
   <include href="http://cgit.freedesktop.org/xorg/util/modular/blob/xorg.modules" />
+  <!-- <include href="/home/jeremy/src/freedesktop/src/modular/xorg.modules" /> -->
 
   <repository type="git" name="git.freedesktop.org" href="git://anongit.freedesktop.org/git/"/>
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110325/38d7690b/attachment.html>


More information about the Xquartz-changes mailing list