academic/xiphos: fix script typo

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2024-07-29 09:47:54 +01:00 committed by Willy Sudiarto Raharjo
parent 72b38bb972
commit 994a4824d6
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -85,7 +85,7 @@ find -L . \
#patch to make work with newer glib
echo "#define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_26)" >>cmake/config.h.cmake.in
if $(pkg-config --exists webkit2gtk.1); then #patch for webkit2gtk4.1
if $(pkg-config --exists webkit2gtk-4.1); then #patch for webkit2gtk4.1
sed -i 's/webkit2gtk-4.0/webkit2gtk-4.1/g' cmake/XiphosDependencies.cmake
sed -i 's/libsoup-2.4/libsoup-3.0/g' cmake/XiphosDependencies.cmake
fi