summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb')
-rw-r--r--meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb5
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
19inherit autotools gettext pkgconfig upstream-version-is-even 19inherit 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. 22PACKAGECONFIG ??= ""
23PACKAGECONFIG ??= "gnome"
24PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome" 23PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
25 24
26EXTRA_OECONF = "--disable-vala" 25EXTRA_OECONF = "--disable-vala"