Changeset 1130
- Timestamp:
- 05/07/08 12:44:02 (4 years ago)
- Files:
-
- trunk/libffado/deb/SConscript (modified) (1 diff)
- trunk/libffado/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/deb/SConscript
r864 r1130 36 36 DEBMAINT = "Pieter Palmers [pieter.palmers@ffado.org]" 37 37 DEBARCH = "i386" 38 DEBDEPENDS = "libraw1394-8 (>= 1.3.0), lib asound2 (>= 1.0.0), libiec61883-0 (>= 1.1.0), libavc1394-0 (>= 0.5.3), dbus (>= 1.1.0)" # what are we dependent on?38 DEBDEPENDS = "libraw1394-8 (>= 1.3.0), libiec61883-0 (>= 1.1.0), libavc1394-0 (>= 0.5.3), dbus (>= 1.1.0)" # what are we dependent on? 39 39 DEBDESC = "FFADO: FireWire audio for Linux (Development build SVN r%s)" % env['REVISION'] 40 40 trunk/libffado/SConstruct
r1119 r1130 430 430 env.Depends( "config.h", 'cache/' + build_base + "options.cache" ) 431 431 432 # update config.h whenever the SVN revision changes 433 env.Depends( "config.h", env.Value(env['REVISION'])) 434 432 435 env.Depends( "libffado.pc", "SConstruct" ) 433 436 pkgconfig = env.ScanReplace( "libffado.pc.in" )
