mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
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>
This commit is contained in:
parent
9b7cce8860
commit
a158572927
|
|
@ -2,7 +2,7 @@ SUMMARY = "NetworkManager GUI library"
|
|||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "glib-2.0 gtk+3 networkmanager"
|
||||
DEPENDS = "glib-2.0 gtk+3 gtk4 networkmanager"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
inherit gnomebase gobject-introspection gtk-doc gettext vala features_check
|
||||
|
|
@ -10,13 +10,16 @@ inherit gnomebase gobject-introspection gtk-doc gettext vala features_check
|
|||
REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)}"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "f5e2e738e0fca7f2a549079290b2d8017511d485a83220c36df380a3b4753304"
|
||||
SRC_URI[archive.sha256sum] = "d99415f4cdff642230019ec5cdd2b1fbf1ec550a8ae865219f75482a642b7b7a"
|
||||
|
||||
PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info"
|
||||
PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"
|
||||
PACKAGECONFIG[iso_codes] = "-Diso_codes=true,-Diso_codes=false,iso-codes,iso-codes"
|
||||
PACKAGECONFIG[mobile_broadband_provider_info] = "-Dmobile_broadband_provider_info=true,-Dmobile_broadband_provider_info=false,mobile-broadband-provider-info,mobile-broadband-provider-info"
|
||||
|
||||
# for gnome-control-center >= 42
|
||||
EXTRA_OEMESON = "-Dlibnma_gtk4=true"
|
||||
|
||||
# go introspection is not supported for mipsn32/riscv32, but vapi needs it
|
||||
#
|
||||
EXTRA_OEMESON:append:mipsarchn32 = " -Dvapi=false"
|
||||
Loading…
Reference in New Issue
Block a user