summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/dconf/dconf_0.49.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/dconf/dconf_0.49.0.bb')
-rw-r--r--meta-gnome/recipes-gnome/dconf/dconf_0.49.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.49.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.49.0.bb
new file mode 100644
index 0000000000..43a680d202
--- /dev/null
+++ b/meta-gnome/recipes-gnome/dconf/dconf_0.49.0.bb
@@ -0,0 +1,24 @@
1SUMMARY = "configuation database system"
2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
4SECTION = "x11/gnome"
5
6SRC_URI[archive.sha256sum] = "16a47e49a58156dbb96578e1708325299e4c19eea9be128d5bd12fd0963d6c36"
7
8DEPENDS = "dbus glib-2.0 intltool-native"
9
10
11inherit gnomebase bash-completion vala
12
13# I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
14EXTRA_OEMESON = "-Dman=false"
15# no bash-completion for native
16EXTRA_OEMESON:append:class-native = " -Dbash_completion=false"
17
18FILES:${PN} += " \
19 ${datadir}/dbus-1 \
20 ${systemd_user_unitdir} \
21 ${libdir}/gio/modules/*.so \
22"
23
24BBCLASSEXTEND = "native"