From e94f40bb02351a2bf76793fbef28cc83966c1b5a Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 20 Feb 2020 19:09:09 -0600 Subject: gui-apps/mako: fix build error on missing dep Closes: https://bugs.gentoo.org/710328 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode --- gui-apps/mako/mako-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui-apps/mako/mako-9999.ebuild') diff --git a/gui-apps/mako/mako-9999.ebuild b/gui-apps/mako/mako-9999.ebuild index 60eca46bf3e5..b615074bfcda 100644 --- a/gui-apps/mako/mako-9999.ebuild +++ b/gui-apps/mako/mako-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,6 +36,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} + dev-libs/wayland-protocols " BDEPEND=" virtual/pkgconfig -- cgit v1.2.3-65-gdbad