summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-03 19:36:05 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-06 20:25:33 -0400
commita158572927d672cf301b5130a2d195eb234f2c1c (patch)
treea067eb58b413108cb334cc1b87fd462df2cf0624 /meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb
parent9b7cce8860872ef23bcd2dea9afe6c84a125a74e (diff)
downloadmeta-openembedded-a158572927d672cf301b5130a2d195eb234f2c1c.tar.gz
libnma: upgrade 1.8.34 -> 1.8.36
Build both variants gtk3 & gtk4 - gtk4 is required for upcoming gnome-control-center 42.0 ======================================= libnma-1.8.36 Overview of changes since libnma-1.8.34 ======================================= * Include OWE wireless security option. * Do not allow setting empty 802.1x domain for EAP TLS. * The GtkBuilder files for Gtk4 are now included in the release tarball. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb')
-rw-r--r--meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb
deleted file mode 100644
index ea852ce3a0..0000000000
--- a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1SUMMARY = "NetworkManager GUI library"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4
5DEPENDS = "glib-2.0 gtk+3 networkmanager"
6
7GNOMEBASEBUILDCLASS = "meson"
8inherit gnomebase gobject-introspection gtk-doc gettext vala features_check
9
10REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)}"
11ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
12
13SRC_URI[archive.sha256sum] = "f5e2e738e0fca7f2a549079290b2d8017511d485a83220c36df380a3b4753304"
14
15PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info"
16PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"
17PACKAGECONFIG[iso_codes] = "-Diso_codes=true,-Diso_codes=false,iso-codes,iso-codes"
18PACKAGECONFIG[mobile_broadband_provider_info] = "-Dmobile_broadband_provider_info=true,-Dmobile_broadband_provider_info=false,mobile-broadband-provider-info,mobile-broadband-provider-info"
19
20# go introspection is not supported for mipsn32/riscv32, but vapi needs it
21#
22EXTRA_OEMESON:append:mipsarchn32 = " -Dvapi=false"
23EXTRA_OEMESON:append:riscv32 = " -Dvapi=false"
24EXTRA_OEMESON:append:powerpc64le = " -Dvapi=false"
25
26GTKDOC_MESON_OPTION = "gtk_doc"