summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-networking
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-15 14:29:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:48 +0100
commit51c9f78b090e3d602c7783fd30104a0889e3f7bf (patch)
treebacf15e0cce959031cc39adfc8fa56d01cf94cda /meta/recipes-core/glib-networking
parent411835b729c905745ff246c94a0c366a12948648 (diff)
downloadpoky-51c9f78b090e3d602c7783fd30104a0889e3f7bf.tar.gz
glib-networking: add gnomeproxy PACKAGECONFIG
Add a PACKAGECONFIG for the Gnome proxy configuration. (From OE-Core rev: 2de4dc4e3da4cbdab031df60534e4d960aad3aef) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-networking')
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.74.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.74.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.74.0.bb
index ebf9e26050..4bd0d8cc42 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.74.0.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.74.0.bb
@@ -22,8 +22,7 @@ PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls"
22PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl" 22PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl"
23PACKAGECONFIG[libproxy] = "-Dlibproxy=enabled,-Dlibproxy=disabled,libproxy" 23PACKAGECONFIG[libproxy] = "-Dlibproxy=enabled,-Dlibproxy=disabled,libproxy"
24PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" 24PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false"
25 25PACKAGECONFIG[gnomeproxy] = "-Dgnome_proxy=enabled,-Dgnome_proxy=disabled,gsettings-desktop-schemas"
26EXTRA_OEMESON = "-Dgnome_proxy=disabled"
27 26
28GNOMEBASEBUILDCLASS = "meson" 27GNOMEBASEBUILDCLASS = "meson"
29inherit gnomebase gettext upstream-version-is-even gio-module-cache ptest-gnome 28inherit gnomebase gettext upstream-version-is-even gio-module-cache ptest-gnome