diff options
-rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf_0.34.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.34.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.34.0.bb index ef549432e8..3c3802f34b 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.34.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.34.0.bb | |||
@@ -16,8 +16,12 @@ SRC_URI += "file://fix-meson-0.52.patch" | |||
16 | 16 | ||
17 | # I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | 17 | # I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl |
18 | EXTRA_OEMESON = "-Dman=false" | 18 | EXTRA_OEMESON = "-Dman=false" |
19 | # no bash-completion for native | ||
20 | EXTRA_OEMESON_append_class-native = "-Dbash_completion=false" | ||
19 | 21 | ||
20 | FILES_${PN} += " \ | 22 | FILES_${PN} += " \ |
21 | ${datadir}/dbus-1 \ | 23 | ${datadir}/dbus-1 \ |
22 | ${libdir}/gio/modules/*.so \ | 24 | ${libdir}/gio/modules/*.so \ |
23 | " | 25 | " |
26 | |||
27 | BBCLASSEXTEND = "native" | ||