Skip to content

Commit

Permalink
mate-extra/mate-indicator-applet: Choose indicator impl
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/887705
Signed-off-by: Pacho Ramos <[email protected]>
  • Loading branch information
pacho2 committed Jan 28, 2023
1 parent f555fb1 commit f11bf6d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -29,3 +29,8 @@ BDEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"

src_configure() {
mate_src_configure \
--with-ubuntu-indicators
}

0 comments on commit f11bf6d

Please sign in to comment.