@@ -12,7 +12,7 @@ SRC_URI[archive.sha256sum] = "9ec1900cc51409c2067c07c828c10be06fe3bf68d2999bb72d
PACKAGECONFIG ?= "goabackend kerberos owncloud google"
-PACKAGECONFIG[goabackend] = "-Dgoabackend=true,-Dgoabackend=false,gtk4 libadwaita json-glib libxml2 libsoup rest libsecret webkitgtk"
+PACKAGECONFIG[goabackend] = "-Dgoabackend=true,-Dgoabackend=false,gtk4 libadwaita json-glib libxml2 libsoup rest libsecret"
PACKAGECONFIG[kerberos] = "-Dkerberos=true, -Dkerberos=false,krb5"
PACKAGECONFIG[exchange] = "-Dexchange=true, -Dexchange=false"
PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false"
Upstream removed the embedded webview along with the WebKit dependency in 3.49.0 ("Remove the webview and WebKit dependency"). The 3.58.1 sources do not reference webkit outside of NEWS anymore, so goabackend no longer needs webkitgtk to build. OAuth2 logins are handed to the default browser via g_app_info_launch_default_for_uri_async() instead. Signed-off-by: Markus Volk <f_l_k@t-online.de> Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HiauLCu6cken5wf44PijzQ --- .../gnome-online-accounts/gnome-online-accounts_3.58.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)