diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-01-13 13:30:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 654a2c70b77152007fec139cc741cd9de3702683 (patch) | |
tree | ea0ec1d605b799024b38db820e7715b1e1857710 /audio/xmms2 | |
parent | a23e6aebab72f9a60770e72b91a87c38368d0e25 (diff) | |
download | slackbuilds-654a2c70b77152007fec139cc741cd9de3702683.tar.gz |
audio/xmms2: Disable the optional python bindings (broken).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/xmms2.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms2/xmms2.SlackBuild b/audio/xmms2/xmms2.SlackBuild index 97de0a8f75..f94453e7f1 100644 --- a/audio/xmms2/xmms2.SlackBuild +++ b/audio/xmms2/xmms2.SlackBuild @@ -65,6 +65,7 @@ export CXXFLAGS="$SLKCFLAGS" --without-ldconfig \ --without-plugins=apefile,flv,tta \ --with-perl-archdir=/usr/lib$LIBDIRSUFFIX/perl5 \ + --without-optionals=python \ -p configure ./waf build |