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 <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2020-02-20 19:09:09 -06:00
parent fddf99d98e
commit e94f40bb02
2 changed files with 3 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ DEPEND="
"
RDEPEND="
${DEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
virtual/pkgconfig

View File

@@ -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