diff mbox series

[meta-gnome,3/4] gfbgraph: Remove direct dependency on libsoup-2.4

Message ID 20250516160429.1391450-3-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,1/4] geany-plugins: Switch to using libsoup 3.0 | expand

Commit Message

Khem Raj May 16, 2025, 4:04 p.m. UTC
This is not needed explicitly during build, librest needs it
which is a separate recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb
index 9b1a02bb09..aafcdbdc8e 100644
--- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb
+++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb
@@ -7,7 +7,6 @@  DEPENDS = " \
     glib-2.0 \
     json-glib \
     librest \
-    libsoup-2.4 \
     gnome-online-accounts \
 "
 GNOMEBASEBUILDCLASS = "autotools"