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>
This commit is contained in:
Kai Kang 2024-12-19 18:52:24 +08:00 committed by Khem Raj
parent 6062a0c9af
commit b1b2dce41b
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,6 +12,7 @@ DEPENDS = " \
libwnck3 \
libxfce4ui \
libxfce4util \
libxfce4windowing \
thunar \
xfconf \
"
@ -20,9 +21,15 @@ inherit xfce features_check
REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[sha256sum] = "ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756"
SRC_URI[sha256sum] = "227041ba80c7f3eb9c99dec817f1132b35d8aec7a4335703f61ba1735cd65632"
PACKAGECONFIG ??= "notify"
PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen \
GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources \
GLIB_GENMARSHAL=${STAGING_BINDIR_NATIVE}/glib-genmarshal \
GLIB_MKENUMS=${STAGING_BINDIR_NATIVE}/glib-mkenums \
"
FILES:${PN} += "${datadir}/backgrounds"