blob: b1604e8dfb4b38af2e864a72cfc2faed58ca17fd [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "configuation database system"
2LICENSE = "LGPLv2.1"
3LIC_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
10GNOMEBASEBUILDCLASS = "meson"
11
12inherit gnomebase bash-completion vala
13
Brad Bishop19323692019-04-05 15:28:33 -040014# I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
15EXTRA_OEMESON = "-Dman=false"
Brad Bishop93c3acf2019-10-29 09:48:15 -040016# no bash-completion for native
Andrew Geissler4b7c1152020-11-30 19:55:29 -060017EXTRA_OEMESON_append_class-native = " -Dbash_completion=false"
Brad Bishop19323692019-04-05 15:28:33 -040018
19FILES_${PN} += " \
20 ${datadir}/dbus-1 \
Andrew Geissler69721092021-07-23 12:57:00 -040021 ${systemd_user_unitdir} \
Brad Bishop19323692019-04-05 15:28:33 -040022 ${libdir}/gio/modules/*.so \
23"
Brad Bishop93c3acf2019-10-29 09:48:15 -040024
25BBCLASSEXTEND = "native"