xfconf: 4.18.2 -> 4.20.0

Update xfconf from 4.18.2 to 4.20.0:

* update EXTRA_OECONF to remove legacy perl setting, and add config for
  gdbug-codegen

The change log is at:

https://gitlab.xfce.org/xfce/xfconf/-/blob/master/NEWS

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:04:29 +08:00 committed by Khem Raj
parent dedc9af69d
commit 5da5979066
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -6,13 +6,15 @@ DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native"
inherit xfce gtk-doc gobject-introspection bash-completion vala
EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl"
EXTRA_OECONF += "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen"
SRC_URI[sha256sum] = "dce24fb0555e9718d139c10e714759e03ab4e40a7ffcf3c990f046f7a17213cc"
SRC_URI[sha256sum] = "8bc43c60f1716b13cf35fc899e2a36ea9c6cdc3478a8f051220eef0f53567efd"
FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \
${libdir}/gio/modules/libxfconfgsettingsbackend.so \
${datadir}/dbus-1/services/org.xfce.Xfconf.service"
${datadir}/dbus-1/services/org.xfce.Xfconf.service \
${systemd_user_unitdir}/xfconfd.service \
"
FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la"