mate-extra/mate-indicator-applet: Choose indicator impl

Closes: https://bugs.gentoo.org/887705
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos 2023-01-28 13:46:27 +01:00
parent f555fb1348
commit f11bf6d094
No known key found for this signature in database
GPG Key ID: 7CB10C207FC07DBC
1 changed files with 6 additions and 1 deletions

View File

@ -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
@ -29,3 +29,8 @@ BDEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
src_configure() {
mate_src_configure \
--with-ubuntu-indicators
}