diff options
Diffstat (limited to 'libraries/qt5')
-rw-r--r-- | libraries/qt5/qt5.SlackBuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/libraries/qt5/qt5.SlackBuild b/libraries/qt5/qt5.SlackBuild index 7d4d081ab68d..8ba4f2a336fd 100644 --- a/libraries/qt5/qt5.SlackBuild +++ b/libraries/qt5/qt5.SlackBuild @@ -115,16 +115,6 @@ fi sed -i "s|-O2|$SLKCFLAGS|" qtbase/mkspecs/common/gcc-base.conf -# Use Pulseaudio. Default is not to use Pulseaudio. Pulseaudio is a -# required dependency for the new qtwebengine. -# http://qt-project.org/wiki/QtWebEngineHowToTry -if [ "${USEPULSE:-no}" == "yes" ]; then - PULSE="-pulseaudio" -else - PULSE="-no-pulseaudio" - patch -p1 < $CWD/patches/qt5.pulseaudio.diff -fi - # Build examples. Default is no. if [ "${EXAMPLES:-no}" == "yes" ]; then BUILD_EXAMPLES="" @@ -163,8 +153,8 @@ export CXXFLAGS="$SLKCFLAGS" -no-strip \ -release \ -no-use-gold-linker \ + -pulseaudio \ $RELOCATIONS \ - $PULSE \ $BUILD_EXAMPLES make |