summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.1.bb
diff options
context:
space:
mode:
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.bb19
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 @@
1SUMMARY = "Xfce configuration daemon and utilities"
2SECTION = "x11/wm"
3LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native"
6
7inherit xfce gtk-doc gobject-introspection bash-completion vala
8
9EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl"
10
11SRC_URI[sha256sum] = "d9714751bbcfdc5a59340da6ef8ddfc0807221587b962d907f97dc0a8a002257"
12
13FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \
14 ${libdir}/gio/modules/libxfconfgsettingsbackend.so \
15 ${datadir}/dbus-1/services/org.xfce.Xfconf.service"
16
17FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la"
18
19PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend,"