mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/avahi: Disable qt5 in configure
No idea how I missed this :/ Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3cb325153f
commit
72c1540a30
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue