diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-25 17:59:39 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:12:15 +0100 |
commit | d16d4a1f24a7f0527e96d7fa77a62f044cc27753 (patch) | |
tree | 889fa93c87079f672b073d644d8e221c7bed2f43 /meta | |
parent | 908c9fce842b022dd285ccf363a0fda325cdf91b (diff) | |
download | openembedded-core-d16d4a1f24a7f0527e96d7fa77a62f044cc27753.tar.gz openembedded-core-d16d4a1f24a7f0527e96d7fa77a62f044cc27753.tar.bz2 openembedded-core-d16d4a1f24a7f0527e96d7fa77a62f044cc27753.zip |
gdk-pixbuf: enable gtk-doc
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.34.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.34.0.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.34.0.bb index c24ec128d3..4f39494cf3 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.34.0.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.34.0.bb @@ -22,7 +22,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ SRC_URI[md5sum] = "63cb19f92cf7709ccf44bbb6fe1ff70c" SRC_URI[sha256sum] = "d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879" -inherit autotools pkgconfig gettext pixbufcache ptest-gnome upstream-version-is-even gobject-introspection +inherit autotools pkgconfig gettext pixbufcache ptest-gnome upstream-version-is-even gobject-introspection gtk-doc LIBV = "2.10.0" |