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:31:58 +0000 |
commit | 1602e8edf998ad2cd7dc06c5d55f4aad1ff24af1 (patch) | |
tree | 884654870ee1ce6763b0d0ef9edc7014316ac6c0 /meta | |
parent | f5f95f501c8aacb3d624e683b4b5b8403115ba5d (diff) | |
download | openembedded-core-1602e8edf998ad2cd7dc06c5d55f4aad1ff24af1.tar.gz openembedded-core-1602e8edf998ad2cd7dc06c5d55f4aad1ff24af1.tar.bz2 openembedded-core-1602e8edf998ad2cd7dc06c5d55f4aad1ff24af1.zip |
libsoup-2.4: disable libsoup-gnome by default
libsoup-gnome is entirely deprecated and has just been stubs since 2.42.
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}" inherit autotools gettext pkgconfig upstream-version-is-even -# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable -# by default but let it be easily disabled. -PACKAGECONFIG ??= "gnome" +# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Disable by default. +PACKAGECONFIG ??= "" PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome" EXTRA_OECONF = "--disable-vala" |