Changeset 1678

Show
Ignore:
Timestamp:
10/08/09 06:53:49 (14 years ago)
Author:
arnonym
Message:

The test tools don't need libdbus linked, libffado doesn't need libdbus linked. In short: Every app/lib gets to make its own decision what is linked. Thats why these flags are added as variables to the global environment. Which in turn is handed to the subdirs SConscripts...

see #235

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/SConstruct

    r1677 r1678  
    219219                if env['%s_FLAGS'%name2] == 0: 
    220220                        allpresent &= 0 
    221                 else: 
    222                         env.MergeFlags( env['%s_FLAGS'%name2] ) 
    223221 
    224222        if not allpresent: