diff options
Diffstat (limited to 'network/avahi')
-rw-r--r-- | network/avahi/avahi.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/avahi/avahi.SlackBuild b/network/avahi/avahi.SlackBuild index f95c392152b8d..5c8f09692521d 100644 --- a/network/avahi/avahi.SlackBuild +++ b/network/avahi/avahi.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=avahi VERSION=${VERSION:-0.8} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -125,6 +125,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-python \ --enable-gtk \ --enable-gtk3 \ + --disable-qt5 \ --disable-qt4 \ --disable-qt3 \ --enable-core-docs \ |