summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2024-12-19 18:52:24 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-19 09:41:30 -0800
commitb1b2dce41ba1f62b24c8074fb5c68561dc765180 (patch)
treee0cae65c8275f30be7d2204b16948168742e2357 /meta-xfce
parent6062a0c9af9d26eb85c8a1e291a483b920b9c6c3 (diff)
downloadmeta-openembedded-b1b2dce41ba1f62b24c8074fb5c68561dc765180.tar.gz
xfdesktop: 4.18.1 -> 4.20.0
Upgrade xfdesktop from 4.18.1 to 4.20.0: * add dependency libxfce4windowing * set variables from glib-2.0.pc in EXTRA_OECONF since paths have been removed from the .pc file in oe-core Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.0.bb (renamed from meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb)9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.0.bb
index f4d5fef8e..d3360b293 100644
--- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb
+++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.0.bb
@@ -12,6 +12,7 @@ DEPENDS = " \
12 libwnck3 \ 12 libwnck3 \
13 libxfce4ui \ 13 libxfce4ui \
14 libxfce4util \ 14 libxfce4util \
15 libxfce4windowing \
15 thunar \ 16 thunar \
16 xfconf \ 17 xfconf \
17" 18"
@@ -20,9 +21,15 @@ inherit xfce features_check
20 21
21REQUIRED_DISTRO_FEATURES = "x11" 22REQUIRED_DISTRO_FEATURES = "x11"
22 23
23SRC_URI[sha256sum] = "ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756" 24SRC_URI[sha256sum] = "227041ba80c7f3eb9c99dec817f1132b35d8aec7a4335703f61ba1735cd65632"
24 25
25PACKAGECONFIG ??= "notify" 26PACKAGECONFIG ??= "notify"
26PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" 27PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
27 28
29EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen \
30 GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources \
31 GLIB_GENMARSHAL=${STAGING_BINDIR_NATIVE}/glib-genmarshal \
32 GLIB_MKENUMS=${STAGING_BINDIR_NATIVE}/glib-mkenums \
33 "
34
28FILES:${PN} += "${datadir}/backgrounds" 35FILES:${PN} += "${datadir}/backgrounds"