diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-04-26 12:41:06 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-04-26 12:42:53 +0300 |
commit | 74ba150e0363c81a7a967b3b7c5a44cb144cf0c1 (patch) | |
tree | 6b263a37e451523fd3cb2ea6a485efcaca2fcc61 /gnome-base/gnome-shell | |
parent | media-video/pipewire: migrate from libav (diff) | |
download | gentoo-74ba150e0363c81a7a967b3b7c5a44cb144cf0c1.tar.gz gentoo-74ba150e0363c81a7a967b3b7c5a44cb144cf0c1.tar.bz2 gentoo-74ba150e0363c81a7a967b3b7c5a44cb144cf0c1.zip |
gnome-base/gnome-shell: add missing libnma dependency
Most people got it via gnome-control-center -> nm-applet, but
nothing ensured USE=introspection on there before.
It has to be able to successfully import with gjs if
Config.HAVE_NETWORKMANAGER is set at runtime, which it is if
built with USE=networkmanager.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-base/gnome-shell')
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild b/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild index 59adcea12b4a..74ebb96f0478 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild @@ -39,6 +39,7 @@ DEPEND=" media-libs/gst-plugins-base:1.0 networkmanager? ( >=net-misc/networkmanager-1.10.4:=[introspection] + net-libs/libnma[introspection] >=app-crypt/libsecret-0.18 dev-libs/dbus-glib ) systemd? ( >=sys-apps/systemd-31 |