libraries/wxGTK3: Replaced backtick cmdsub.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-07-15 03:57:56 -04:00 committed by Willy Sudiarto Raharjo
parent 7a0b3ab833
commit 52497634e7
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -81,7 +81,7 @@ else
fi
# Check for WebKit
webkit=`pkg-config --exists webkit2gtk-4.0`
webkit="$( pkg-config --exists webkit2gtk-4.0 )"
if [ "$?" -eq 0 ]; then
wk="--enable-webkit"
else