Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "configuation database system" |
| 2 | LICENSE = "LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 4 | SECTION = "x11/gnome" |
| 5 | |
Andrew Geissler | eef6386 | 2021-01-29 15:58:13 -0600 | [diff] [blame] | 6 | SRC_URI[archive.sha256sum] = "45f60f41330d27715cce1315af123f94f1c2cdedb68b6bed3b309866eec44f58" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 7 | |
| 8 | DEPENDS = "dbus glib-2.0 intltool-native" |
| 9 | |
| 10 | GNOMEBASEBUILDCLASS = "meson" |
| 11 | |
| 12 | inherit gnomebase bash-completion vala |
| 13 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 14 | # I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl |
| 15 | EXTRA_OEMESON = "-Dman=false" |
Brad Bishop | 93c3acf | 2019-10-29 09:48:15 -0400 | [diff] [blame] | 16 | # no bash-completion for native |
Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 17 | EXTRA_OEMESON_append_class-native = " -Dbash_completion=false" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 18 | |
| 19 | FILES_${PN} += " \ |
| 20 | ${datadir}/dbus-1 \ |
| 21 | ${libdir}/gio/modules/*.so \ |
| 22 | " |
Brad Bishop | 93c3acf | 2019-10-29 09:48:15 -0400 | [diff] [blame] | 23 | |
| 24 | BBCLASSEXTEND = "native" |