summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfconf/xfconf_4.21.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfconf/xfconf_4.21.2.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfconf/xfconf_4.21.2.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.21.2.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.21.2.bb
new file mode 100644
index 0000000000..fbc0cffccc
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.21.2.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Xfce configuration daemon and utilities"
2HOMEPAGE = "https://docs.xfce.org/xfce/xfconf/start"
3SECTION = "x11/wm"
4LICENSE = "GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
6DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native"
7
8XFCE_COMPRESS_TYPE = "xz"
9XFCEBASEBUILDCLASS = "meson"
10GTKDOC_MESON_OPTION = "gtk-doc"
11
12inherit xfce gtk-doc gobject-introspection bash-completion vala
13
14SRC_URI += "file://0001-build-Make-sure-gdbus-headers-are-generated-before-i.patch"
15SRC_URI[sha256sum] = "99aa4366e909ba7b9f746aba48b610b9e9d2933aeb283c7fa5f37a7c3dc7a3a6"
16
17FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \
18 ${libdir}/gio/modules/libxfconfgsettingsbackend.so \
19 ${datadir}/dbus-1/services/org.xfce.Xfconf.service \
20 ${systemd_user_unitdir}/xfconfd.service \
21 "
22
23PACKAGECONFIG[gsettings-backend] = "-Dgsettings-backend=true,-Dgsettings-backend=false,"
24