diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-03 20:27:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-03 20:27:51 +0000 |
| commit | d7fe5fa4178af87b5f1e5a571a78313fa00c3327 (patch) | |
| tree | 62a0aa38043fbd3458401634e9d584a678a94ea2 /src/tools/wscript | |
| parent | c1cfb24a12ad8109ec9e86cbff5646071ad2e85a (diff) | |
Remove film player, DVD ripping, alignment, screen configs; never finished and not really very likely to be.
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'] |
