diff options
-rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.20.0.bb (renamed from meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.20.0.bb index 39694cd0bf..04c12b44dd 100644 --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.20.0.bb | |||
@@ -6,13 +6,15 @@ DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" | |||
6 | 6 | ||
7 | inherit xfce gtk-doc gobject-introspection bash-completion vala | 7 | inherit xfce gtk-doc gobject-introspection bash-completion vala |
8 | 8 | ||
9 | EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" | 9 | EXTRA_OECONF += "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "dce24fb0555e9718d139c10e714759e03ab4e40a7ffcf3c990f046f7a17213cc" | 11 | SRC_URI[sha256sum] = "8bc43c60f1716b13cf35fc899e2a36ea9c6cdc3478a8f051220eef0f53567efd" |
12 | 12 | ||
13 | FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \ | 13 | FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \ |
14 | ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ | 14 | ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ |
15 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service" | 15 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service \ |
16 | ${systemd_user_unitdir}/xfconfd.service \ | ||
17 | " | ||
16 | 18 | ||
17 | FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" | 19 | FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" |
18 | 20 | ||