Skip to content

Commit

Permalink
gnome-extra/nm-applet: control libnm-glib dependency via 'gtk' IUSE
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
juippis authored and mattst88 committed Mar 11, 2020
1 parent 3ca39f9 commit 2ab07dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gnome-extra/nm-applet/nm-applet-1.8.24.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"

LICENSE="GPL-2+"
SLOT="0"
IUSE="ayatana +introspection +gcr +modemmanager selinux teamd"
IUSE="ayatana gtk +introspection +gcr +modemmanager selinux teamd"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"

RDEPEND="
Expand All @@ -32,6 +32,7 @@ RDEPEND="
ayatana? (
dev-libs/libappindicator:3
>=dev-libs/libdbusmenu-16.04.0 )
gtk? ( ~net-misc/networkmanager-1.18.4 )
introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
virtual/freedesktop-icon-theme
gcr? ( >=app-crypt/gcr-3.14:=[gtk] )
Expand All @@ -50,7 +51,7 @@ PDEPEND="virtual/notification-daemon" #546134
src_configure() {
local myconf=(
--with-appindicator=$(usex ayatana ubuntu no)
--with-libnm-gtk
$(use_with gtk libnm-gtk)
--without-libnma-gtk4
--disable-lto
--disable-ld-gc
Expand Down

0 comments on commit 2ab07dc

Please sign in to comment.