[Xquartz-changes] [595] tinderbox
source_changes at macosforge.org
source_changes at macosforge.org
Mon Dec 12 16:47:55 PST 2011
Revision: 595
http://trac.macosforge.org/projects/xquartz/changeset/595
Author: jeremyhu at freedesktop.org
Date: 2011-12-12 16:47:55 -0800 (Mon, 12 Dec 2011)
Log Message:
-----------
Build quartz-wm for XQuartz
Modified Paths:
--------------
tinderbox/jhbuildrc.xquartz
tinderbox/xorg.modules
Modified: tinderbox/jhbuildrc.xquartz
===================================================================
--- tinderbox/jhbuildrc.xquartz 2011-11-22 02:41:51 UTC (rev 594)
+++ tinderbox/jhbuildrc.xquartz 2011-12-13 00:47:55 UTC (rev 595)
@@ -21,4 +21,4 @@
# libxcb generated code has a bunch of warnings that take up 1G of log space
module_static_analyzer = { 'libxcb' : False }
static_analyzer_outputdir = os.path.join(os.environ['JHBUILDDIR'] , os.environ['ANALYZERSUBDIR'])
-static_analyzer_template = 'scan-build -v --use-cc=clang-mp-3.0 --use-c++=clang++-mp-3.0 -o %(outputdir)s/%(module)s '
+static_analyzer_template = '/opt/local/libexec/llvm-3.0/bin/scan-build -v --use-cc=clang-mp-3.0 --use-c++=clang++-mp-3.0 -o %(outputdir)s/%(module)s '
Modified: tinderbox/xorg.modules
===================================================================
--- tinderbox/xorg.modules 2011-11-22 02:41:51 UTC (rev 594)
+++ tinderbox/xorg.modules 2011-12-13 00:47:55 UTC (rev 595)
@@ -6,6 +6,7 @@
<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="github.com" href="git://github.com/"/>
<repository type="git" name="git.freedesktop.org" href="git://anongit.freedesktop.org/git/"/>
<autotools id="xserver-1.11">
@@ -30,6 +31,16 @@
</dependencies>
</autotools>
+ <autotools id="quartz-wm">
+ <branch repo="github.com" module="jeremyhu/quartz-wm.git" checkoutdir="xorg/quartz-wm" />
+ <dependencies>
+ <dep package="libAppleWM"/>
+ <dep package="libXinerama"/>
+ <dep package="libXrandr"/>
+ <dep package="pixman"/>
+ </dependencies>
+ </autotools>
+
<metamodule id="xorg-jeremyhu-tinderbox">
<dependencies>
<dep package="xorg"/>
@@ -39,7 +50,7 @@
<metamodule id="xquartz">
<dependencies>
- <dep package="libAppleWM"/>
+ <dep package="quartz-wm"/>
<dep package="xorg-jeremyhu-tinderbox"/>
</dependencies>
</metamodule>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20111212/29e9dd0e/attachment.html>
More information about the Xquartz-changes
mailing list