summaryrefslogtreecommitdiff
path: root/src/tools/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-03 20:27:51 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-03 20:27:51 +0000
commitd7fe5fa4178af87b5f1e5a571a78313fa00c3327 (patch)
tree62a0aa38043fbd3458401634e9d584a678a94ea2 /src/tools/wscript
parentc1cfb24a12ad8109ec9e86cbff5646071ad2e85a (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/wscript6
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']