Skip to content

Commit d5a0650

Browse files
bgermannjbicha
andauthored
Build with webkit2gtk 4.1 and libsoup3 (crosswire#1139)
Co-authored-by: Jeremy Bícha <[email protected]>
1 parent c5e173c commit d5a0650

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Create a build directory as a sibling of the xiphos directory:
285285

286286
## 5. Install the required dependencies:
287287

288-
$ sudo apt-get appstream-util cmake g++ desktop-file-utils fp-utils git gsettings-desktop-schemas-dev intltool itstool libdbus-glib-1-dev libenchant-dev libgail-3-dev libglade2-dev libgtk-3-dev libminizip-dev libsword-dev libwebkit2gtk-4.0-dev libxml2-dev libxml2-utils make python-dev swig uuid-dev uuid-runtime yelp-tools xzip
288+
$ sudo apt-get appstream-util cmake g++ desktop-file-utils fp-utils git gsettings-desktop-schemas-dev intltool itstool libdbus-glib-1-dev libenchant-dev libgail-3-dev libglade2-dev libgtk-3-dev libminizip-dev libsword-dev libwebkit2gtk-4.1-dev libxml2-dev libxml2-utils make python-dev swig uuid-dev uuid-runtime yelp-tools xzip
289289

290290
## 6. Configuration:
291291

cmake/XiphosDependencies.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pkg_check_modules(Gnome REQUIRED IMPORTED_TARGET
8484
"gdk-pixbuf-2.0"
8585
"gio-2.0"
8686
"gobject-2.0"
87-
"libsoup-2.4"
87+
"libsoup-3.0"
8888
"pango"
8989
"minizip"
9090
"zlib"
@@ -144,7 +144,7 @@ else (GTK2)
144144
# Gtk+-3.0 + Webkit2 + GtkHtml-editor
145145
pkg_check_modules(Gtk REQUIRED IMPORTED_TARGET
146146
"gtk+-3.0"
147-
"webkit2gtk-4.0"
147+
"webkit2gtk-4.1"
148148
)
149149
endif()
150150
endif (GTK2)

0 commit comments

Comments
 (0)