diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-05-15 22:39:37 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-16 09:05:14 -0700 |
commit | 64bfa16828a1b64f2dc25c037b892b1cf2349d82 (patch) | |
tree | 94fe73ee54c9ebd7e4d40cda92b19c4196ebbcba | |
parent | d8c08b00832fc91e79d97753cf728fd15ee8603b (diff) | |
download | meta-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.bb | 2 |
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" | |||
3 | SECTION = "x11/application" | 3 | SECTION = "x11/application" |
4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup-2.4 exo libxfixes xext virtual/libx11 libxml-parser-perl-native" | 6 | DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+3 glib-2.0 libsoup exo libxfixes xext virtual/libx11 libxml-parser-perl-native" |
7 | 7 | ||
8 | inherit xfce-app perlnative | 8 | inherit xfce-app perlnative |
9 | 9 | ||