diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/xfconf/xfconf_4.18.1.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.18.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.1.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.1.bb new file mode 100644 index 0000000000..e780b07604 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.1.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Xfce configuration daemon and utilities" | ||
| 2 | SECTION = "x11/wm" | ||
| 3 | LICENSE = "GPL-2.0-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 5 | DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" | ||
| 6 | |||
| 7 | inherit xfce gtk-doc gobject-introspection bash-completion vala | ||
| 8 | |||
| 9 | EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "d9714751bbcfdc5a59340da6ef8ddfc0807221587b962d907f97dc0a8a002257" | ||
| 12 | |||
| 13 | FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \ | ||
| 14 | ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ | ||
| 15 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service" | ||
| 16 | |||
| 17 | FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" | ||
| 18 | |||
| 19 | PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend," | ||
