summaryrefslogtreecommitdiffstats
path: root/source/l/qt5/qt5.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/qt5/qt5.SlackBuild')
-rwxr-xr-xsource/l/qt5/qt5.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/l/qt5/qt5.SlackBuild b/source/l/qt5/qt5.SlackBuild
index 8697ce82f..ecc2b39f0 100755
--- a/source/l/qt5/qt5.SlackBuild
+++ b/source/l/qt5/qt5.SlackBuild
@@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=qt5
VERSION=$(ls qt-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
-BUILD=${BUILD:-7}
+BUILD=${BUILD:-8}
PKGSRC=$(echo $VERSION | cut -d - -f 1)
PKGVER=$(echo $VERSION | tr - _)
@@ -196,10 +196,12 @@ export QT_PLUGIN_PATH="${QTDIR}/qtbase/plugins"
-opengl \
-openssl-linked \
-optimized-qmake \
- -qpa xcb \
+ -qpa "xcb;wayland" \
-qt-harfbuzz \
-verbose \
-xcb \
+ -egl \
+ -eglfs \
-nomake examples \
-nomake tests \
-no-mimetype-database \