diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-25 18:09:12 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:12:23 +0100 |
commit | fe14b2415afc5458760813b2b806dbae0737cbee (patch) | |
tree | aab0775275e830e128f04af83a4f160f9381ad3e /meta/recipes-support | |
parent | 5c899dea8ee729959107a6256d92906d13ff3280 (diff) | |
download | poky-fe14b2415afc5458760813b2b806dbae0737cbee.tar.gz |
libsoup-2.4: enable gtk-doc
(From OE-Core rev: 6a3e20f6faa79f25fd2c27d105b9383e8bd37824)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb index f243cbc898..b93a9fde73 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb | |||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "47b42c232034734d66e5f093025843a5d8cc4b2357c011085a2fd04ef0 | |||
16 | 16 | ||
17 | S = "${WORKDIR}/libsoup-${PV}" | 17 | S = "${WORKDIR}/libsoup-${PV}" |
18 | 18 | ||
19 | inherit autotools gettext pkgconfig upstream-version-is-even gobject-introspection | 19 | inherit autotools gettext pkgconfig upstream-version-is-even gobject-introspection gtk-doc |
20 | 20 | ||
21 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Disable by default. | 21 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Disable by default. |
22 | PACKAGECONFIG ??= "" | 22 | PACKAGECONFIG ??= "" |