summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-30 04:58:31 +0100
committerSam James <sam@gentoo.org>2023-06-30 04:58:31 +0100
commit9743f11f418697f49a8541418001a583b2c39dcb (patch)
tree3ae2d6114c95dc39bce1c669582b3f03002edb32 /x11-misc
parentmate-base/mate-panel: Fix msgfmt: no input file should be given if --desktop (diff)
downloadgentoo-9743f11f418697f49a8541418001a583b2c39dcb.tar.gz
gentoo-9743f11f418697f49a8541418001a583b2c39dcb.tar.bz2
gentoo-9743f11f418697f49a8541418001a583b2c39dcb.zip
x11-misc/mate-notification-daemon: fix configure args
Fixes: fb46e0952c2ca64f9b4816379d66ccab0cd35164 Cloess: https://bugs.gentoo.org/908974 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild (renamed from x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild
index d34108e27c33..0a02cc9cd01d 100644
--- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild
+++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.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
@@ -50,7 +50,7 @@ DEPEND="${COMMON_DEPEND}
src_configure() {
mate_src_configure \
- $(use_enable nls)
+ $(use_enable nls) \
$(use_enable X x11) \
$(use_enable wayland)
}