Changeset 595
- Timestamp:
- 12/12/11 16:47:55 (17 months ago)
- Location:
- tinderbox
- Files:
-
- 2 edited
-
jhbuildrc.xquartz (modified) (1 diff)
-
xorg.modules (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tinderbox/jhbuildrc.xquartz
r584 r595 22 22 module_static_analyzer = { 'libxcb' : False } 23 23 static_analyzer_outputdir = os.path.join(os.environ['JHBUILDDIR'] , os.environ['ANALYZERSUBDIR']) 24 static_analyzer_template = ' scan-build -v --use-cc=clang-mp-3.0 --use-c++=clang++-mp-3.0 -o %(outputdir)s/%(module)s '24 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 ' -
tinderbox/xorg.modules
r577 r595 7 7 <!-- <include href="/home/jeremy/src/freedesktop/src/modular/xorg.modules" /> --> 8 8 9 <repository type="git" name="github.com" href="git://github.com/"/> 9 10 <repository type="git" name="git.freedesktop.org" href="git://anongit.freedesktop.org/git/"/> 10 11 … … 31 32 </autotools> 32 33 34 <autotools id="quartz-wm"> 35 <branch repo="github.com" module="jeremyhu/quartz-wm.git" checkoutdir="xorg/quartz-wm" /> 36 <dependencies> 37 <dep package="libAppleWM"/> 38 <dep package="libXinerama"/> 39 <dep package="libXrandr"/> 40 <dep package="pixman"/> 41 </dependencies> 42 </autotools> 43 33 44 <metamodule id="xorg-jeremyhu-tinderbox"> 34 45 <dependencies> … … 40 51 <metamodule id="xquartz"> 41 52 <dependencies> 42 <dep package=" libAppleWM"/>53 <dep package="quartz-wm"/> 43 54 <dep package="xorg-jeremyhu-tinderbox"/> 44 55 </dependencies>
Note: See TracChangeset
for help on using the changeset viewer.
