diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-20 19:09:09 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-20 19:09:28 -0600 |
commit | e94f40bb02351a2bf76793fbef28cc83966c1b5a (patch) | |
tree | f025609826acf61d35ff5cc7e78350fe7840a814 /gui-apps | |
parent | sys-apps/lsvpd: add ppc project to metadata.xml (diff) | |
download | gentoo-e94f40bb02351a2bf76793fbef28cc83966c1b5a.tar.gz gentoo-e94f40bb02351a2bf76793fbef28cc83966c1b5a.tar.bz2 gentoo-e94f40bb02351a2bf76793fbef28cc83966c1b5a.zip |
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>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/mako/mako-1.4.1.ebuild | 1 | ||||
-rw-r--r-- | gui-apps/mako/mako-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gui-apps/mako/mako-1.4.1.ebuild b/gui-apps/mako/mako-1.4.1.ebuild index 3596f2bb1465..7595ec3b37e9 100644 --- a/gui-apps/mako/mako-1.4.1.ebuild +++ b/gui-apps/mako/mako-1.4.1.ebuild @@ -36,6 +36,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} + dev-libs/wayland-protocols " BDEPEND=" virtual/pkgconfig 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 |