Browse Source

geany-plugins: Switch to using libsoup 3.0

libsoup-2.4 is being removed and its preferred to use libsoup 3.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 2 weeks ago
parent
commit
d8c08b0083
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-devtools/geany/geany-plugins_2.0.bb

+ 1 - 1
meta-oe/recipes-devtools/geany/geany-plugins_2.0.bb

@@ -15,7 +15,7 @@ DEPENDS = " \
     fribidi \
     geany \
     libxml2 \
-    libsoup-2.4 \
+    libsoup \
     enchant2 \
     intltool-native \
     libassuan \