summaryrefslogtreecommitdiffstats
path: root/deps/qt5/qt5.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-03-19 21:03:06 +0100
committer Eric Hameleers <alien@slackware.com>2017-03-19 21:03:06 +0100
commit7912a391b5cb6f00d30e9fdea957e5be71d156b0 (patch)
tree7b2ecc4c7b10daea03233fc7db6e8f6019187a55 /deps/qt5/qt5.SlackBuild
parent6fa4fb5d834fd5a84b6c9373e0055a6f555164d8 (diff)
downloadktown-7912a391b5cb6f00d30e9fdea957e5be71d156b0.tar.gz
ktown-7912a391b5cb6f00d30e9fdea957e5be71d156b0.tar.xz
deps: In qt5.SlackBuild enable all languages in the virtual keyboard
Note that I did not yet recompile qt5 with this updated script. It is a preparation for later, because this is required by Plasma 5.11.
Diffstat (limited to 'deps/qt5/qt5.SlackBuild')
-rwxr-xr-xdeps/qt5/qt5.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/qt5/qt5.SlackBuild b/deps/qt5/qt5.SlackBuild
index 12cd3e8..c2b0d85 100755
--- a/deps/qt5/qt5.SlackBuild
+++ b/deps/qt5/qt5.SlackBuild
@@ -167,6 +167,9 @@ sed -i -e "/^QMAKE_LFLAGS\s/s,+=,+= $SLKLDFLAGS,g" qtbase/mkspecs/common/gcc-bas
# Enable h.264 codec support:
echo "WEBENGINE_CONFIG += use_proprietary_codecs" >> qtwebengine/.qmake.conf
+# Enable all languages in the virtual keyboard (required by Plasma 5.11):
+echo "CONFIG += lang-all" >> qtvirtualkeyboard/.qmake.conf
+
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
export OPENSOURCE_CXXFLAGS="$SLKCFLAGS"