blob: c5c45a0264b1036ed29edeeeb71d281519ef29b5 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "configuation database system"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "LGPL-2.1-only"
Brad Bishop19323692019-04-05 15:28:33 -04003LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
4SECTION = "x11/gnome"
5
Andrew Geissler69721092021-07-23 12:57:00 -04006SRC_URI[archive.sha256sum] = "cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533"
Brad Bishop19323692019-04-05 15:28:33 -04007
8DEPENDS = "dbus glib-2.0 intltool-native"
9
Brad Bishop19323692019-04-05 15:28:33 -040010
11inherit gnomebase bash-completion vala
12
Brad Bishop19323692019-04-05 15:28:33 -040013# I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
14EXTRA_OEMESON = "-Dman=false"
Brad Bishop93c3acf2019-10-29 09:48:15 -040015# no bash-completion for native
Patrick Williams213cb262021-08-07 19:21:33 -050016EXTRA_OEMESON:append:class-native = " -Dbash_completion=false"
Brad Bishop19323692019-04-05 15:28:33 -040017
Patrick Williams213cb262021-08-07 19:21:33 -050018FILES:${PN} += " \
Brad Bishop19323692019-04-05 15:28:33 -040019 ${datadir}/dbus-1 \
Andrew Geissler69721092021-07-23 12:57:00 -040020 ${systemd_user_unitdir} \
Brad Bishop19323692019-04-05 15:28:33 -040021 ${libdir}/gio/modules/*.so \
22"
Brad Bishop93c3acf2019-10-29 09:48:15 -040023
24BBCLASSEXTEND = "native"