Changeset 1130

Show
Ignore:
Timestamp:
05/07/08 12:44:02 (4 years ago)
Author:
ppalmers
Message:

fix some scons things

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/deb/SConscript

    r864 r1130  
    3636DEBMAINT = "Pieter Palmers [pieter.palmers@ffado.org]" 
    3737DEBARCH = "i386" 
    38 DEBDEPENDS = "libraw1394-8 (>= 1.3.0), libasound2 (>= 1.0.0), libiec61883-0 (>= 1.1.0), libavc1394-0 (>= 0.5.3), dbus (>= 1.1.0)" # what are we dependent on? 
     38DEBDEPENDS = "libraw1394-8 (>= 1.3.0), libiec61883-0 (>= 1.1.0), libavc1394-0 (>= 0.5.3), dbus (>= 1.1.0)" # what are we dependent on? 
    3939DEBDESC = "FFADO: FireWire audio for Linux (Development build SVN r%s)" % env['REVISION'] 
    4040 
  • trunk/libffado/SConstruct

    r1119 r1130  
    430430env.Depends( "config.h", 'cache/' + build_base + "options.cache" ) 
    431431 
     432# update config.h whenever the SVN revision changes 
     433env.Depends( "config.h", env.Value(env['REVISION'])) 
     434 
    432435env.Depends( "libffado.pc", "SConstruct" ) 
    433436pkgconfig = env.ScanReplace( "libffado.pc.in" )