mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
30 lines
940 B
BlitzBasic
30 lines
940 B
BlitzBasic
SUMMARY = "GTK+ applet for NetworkManager"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = "gtk+3 libnma libnotify libsecret libgudev networkmanager iso-codes nss"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
inherit features_check gnomebase gsettings gtk-icon-cache gettext
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI[archive.sha256sum] = "c70d80b48d40a9cb99ec967cc4389f67e7f0301528a69d481572041331a646be"
|
|
|
|
# We don't not have ubuntu's appindicator (yet?)
|
|
EXTRA_OEMESON = "-Dappindicator=no"
|
|
# We currently don't build NetworkManager with libteamdctl support
|
|
EXTRA_OEMESON += "-Dteam=false"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[modemmanager] = "-Dwwan=true, -Dwwan=false, modemmanager"
|
|
PACKAGECONFIG[selinux] = "-Dselinux=true, -Dselinux=false, libselinux"
|
|
|
|
RDEPENDS:${PN} =+ "networkmanager"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/nm-applet/ \
|
|
${datadir}/libnma/wifi.ui \
|
|
${datadir}/metainfo \
|
|
"
|