diff options
Diffstat (limited to 'libraries/wxWidgets/wxWidgets.SlackBuild')
-rw-r--r-- | libraries/wxWidgets/wxWidgets.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libraries/wxWidgets/wxWidgets.SlackBuild b/libraries/wxWidgets/wxWidgets.SlackBuild index 57a5ad92f3..a220401d2b 100644 --- a/libraries/wxWidgets/wxWidgets.SlackBuild +++ b/libraries/wxWidgets/wxWidgets.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wxWidgets -# Copyright 2023-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2023-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wxWidgets -VERSION=${VERSION:-3.2.6} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.2.8.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -103,6 +103,7 @@ cmake -B build-gtk3 \ -DwxUSE_NANOSVG=sys \ -DwxUSE_STL=$stl \ -DwxUSE_WEBVIEW_WEBKIT=ON \ + -DwxUSE_WEBVIEW=ON \ -DwxUSE_PRIVATE_FONTS=ON \ -DCMAKE_BUILD_TYPE=Release . cmake --build build-gtk3 @@ -126,6 +127,7 @@ cmake -B build-qt5 \ -DwxUSE_NANOSVG=sys \ -DwxUSE_STL=$stl \ -DwxUSE_WEBVIEW_WEBKIT=ON \ + -DwxUSE_WEBVIEW=ON \ -DwxUSE_PRIVATE_FONTS=ON \ -DCMAKE_BUILD_TYPE=Release . cmake --build build-qt5 |