Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 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] = "2e8c50160bf800a807aea094fc9dad81f9f361f42db56607508ed5b4855d2906" |
| 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," |