summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-26 09:49:33 +0000
committerCarl Hetherington <cth@carlh.net>2014-10-26 09:49:33 +0000
commitc9338a9960d363c86020dcb17fef7de40b72c061 (patch)
treee8d4242508d3ce5dd86438c1b1bd09be2853aeed /cscript
parent134683a552de13cd27c981bb79f30019914ff9b3 (diff)
Don't build examples from cscript, to avoid Debian unstable confusion with ImageMagick/GraphicsMagick.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e4e66c77..6242957a 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ def dependencies(target):
return (('libcxml', None), ('openjpeg-cdist', '5d8bffd'))
def build(target, options):
- cmd = './waf configure --prefix=%s' % target.directory
+ cmd = './waf configure --disable-examples --prefix=%s' % target.directory
if target.platform == 'linux':
cmd += ' --static'
if target.distro == 'centos':