diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-18 17:30:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-21 09:32:41 +0000 |
commit | 4d2910f832ba9f3cba933df005e402799a728cb0 (patch) | |
tree | 0aac28731afffec2659856875193859509974456 /meta | |
parent | 619f6c6f92afae7bc9a61e8d36c8bf1ba452ebf5 (diff) | |
download | poky-4d2910f832ba9f3cba933df005e402799a728cb0.tar.gz |
libsoup-2.4: disable libsoup-gnome by default
libsoup-gnome is entirely deprecated and has just been stubs since 2.42.
(From OE-Core rev: 1602e8edf998ad2cd7dc06c5d55f4aad1ff24af1)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb index a9d8050265..13ff6851e9 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb | |||
@@ -18,9 +18,8 @@ S = "${WORKDIR}/libsoup-${PV}" | |||
18 | 18 | ||
19 | inherit autotools gettext pkgconfig upstream-version-is-even | 19 | inherit autotools gettext pkgconfig upstream-version-is-even |
20 | 20 | ||
21 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable | 21 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Disable by default. |
22 | # by default but let it be easily disabled. | 22 | PACKAGECONFIG ??= "" |
23 | PACKAGECONFIG ??= "gnome" | ||
24 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome" | 23 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome" |
25 | 24 | ||
26 | EXTRA_OECONF = "--disable-vala" | 25 | EXTRA_OECONF = "--disable-vala" |