summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-05-15 22:39:37 -0700
committerKhem Raj <raj.khem@gmail.com>2025-05-16 09:05:14 -0700
commit64bfa16828a1b64f2dc25c037b892b1cf2349d82 (patch)
tree94fe73ee54c9ebd7e4d40cda92b19c4196ebbcba
parentd8c08b00832fc91e79d97753cf728fd15ee8603b (diff)
downloadmeta-openembedded-64bfa16828a1b64f2dc25c037b892b1cf2349d82.tar.gz
xfce4-screenshooter: Use libsoup 3.0 instead of 2.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.10.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.10.4.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.10.4.bb
index 7c2ecd30d4..da929b7fca 100644
--- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.10.4.bb
+++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.10.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://docs.xfce.org/apps/xfce4-screenshooter/start"
3SECTION = "x11/application" 3SECTION = "x11/application"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup-2.4 exo libxfixes xext virtual/libx11 libxml-parser-perl-native" 6DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup exo libxfixes xext virtual/libx11 libxml-parser-perl-native"
7 7
8inherit xfce-app perlnative 8inherit xfce-app perlnative
9 9