summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb
new file mode 100644
index 0000000000..39694cd0bf
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.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] = "dce24fb0555e9718d139c10e714759e03ab4e40a7ffcf3c990f046f7a17213cc"
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,"