diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-25 18:00:08 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:12:22 +0100 |
commit | 406a9b7c7d723334b5803adf1ec7faa900fbba93 (patch) | |
tree | 92ba4b539d1cbcb1c16a2658e9ff186782ca1e21 /meta/recipes-gnome/gnome-desktop | |
parent | 60604de090ea66d7d80e6d086f4b5d54f9137a47 (diff) | |
download | poky-406a9b7c7d723334b5803adf1ec7faa900fbba93.tar.gz |
gnome-desktop3: enable gtk-doc
(From OE-Core rev: a8061788188fa1a367710dd7b262900f42a2efec)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome-desktop')
-rw-r--r-- | meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb index a58585bfa9..eb061b20e4 100644 --- a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb +++ b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[archive.sha256sum] = "492c2da7aa8c3a8b65796e8171fc8f0dfb5d322dd2799c0d76 | |||
12 | 12 | ||
13 | DEPENDS += "intltool-native gsettings-desktop-schemas gconf libxrandr virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes" | 13 | DEPENDS += "intltool-native gsettings-desktop-schemas gconf libxrandr virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes" |
14 | 14 | ||
15 | inherit distro_features_check | 15 | inherit distro_features_check gtk-doc |
16 | REQUIRED_DISTRO_FEATURES = "x11" | 16 | REQUIRED_DISTRO_FEATURES = "x11" |
17 | 17 | ||
18 | EXTRA_OECONF = "--disable-desktop-docs" | 18 | EXTRA_OECONF = "--disable-desktop-docs" |