summaryrefslogtreecommitdiff
path: root/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild')
-rw-r--r--mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
index 9313f05140f6..bdcf9fbb50de 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
@@ -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
+}