diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-04 19:51:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-04 19:51:03 +0000 |
| commit | 288e7e64e9be84b8dbe11f5acb490e64a29d9378 (patch) | |
| tree | 4535e3c21804444e50eb2fbbf03699fb941a40bd /src/tools/wscript | |
| parent | 3ba89a00859e8108017a0d6f2275f0658173b80f (diff) | |
| parent | 3e915b00219ee8c97e50bbc775d90d0dddce87b6 (diff) | |
Merge master.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 048bdff07..9c1ca7524 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -8,11 +8,7 @@ def build(bld): obj.target = t if not bld.env.DISABLE_GUI: -# p = ['dvdomatic', 'alignomatic'] - p = ['dvdomatic', 'servomatic_gui'] - if not bld.env.DISABLE_PLAYER: - p.append('playomatic') - for t in p: + for t in ['dvdomatic', 'servomatic_gui']: obj = bld(features = 'cxx cxxprogram') obj.includes = ['..'] obj.use = ['libdvdomatic', 'libdvdomatic-wx'] |
