summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-04-30 13:27:36 +0200
committerKhem Raj <raj.khem@gmail.com>2019-05-02 14:13:57 -0700
commit70772ea3b96b35b6a78760b68b8d7416f46fb53e (patch)
tree5b2edfda14755fafecde0684cd996f6cadaa2445 /meta-gnome/recipes-gnome
parentc168e774a5bb7049c7da55635f2819531525eff2 (diff)
downloadmeta-openembedded-70772ea3b96b35b6a78760b68b8d7416f46fb53e.tar.gz
gnome-desktop3: set correct meson gtk doc option
Fixes: | ERROR: gnome-desktop3-3.32.0-r0 do_configure: QA Issue: gnome-desktop3: configure was passed unrecognised options: docs [unknown-configure-option] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb
index ffd7dcea4..0acbb2117 100644
--- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb
@@ -27,6 +27,7 @@ DEPENDS += "itstool-native gsettings-desktop-schemas virtual/libx11 gtk+3 startu
27inherit distro_features_check gtk-doc 27inherit distro_features_check gtk-doc
28REQUIRED_DISTRO_FEATURES = "x11" 28REQUIRED_DISTRO_FEATURES = "x11"
29 29
30GTKDOC_MESON_OPTION = "gtk_doc"
30EXTRA_OEMESON = "-Ddesktop_docs=false" 31EXTRA_OEMESON = "-Ddesktop_docs=false"
31 32
32PACKAGES =+ "libgnome-desktop3" 33PACKAGES =+ "libgnome-desktop3"