diff options
author | Sam James <sam@gentoo.org> | 2021-03-25 15:55:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-25 15:56:40 +0000 |
commit | 6608010a69f8d3633a772179c20a68b6fcad1d1a (patch) | |
tree | 1a90f3abb4236224983a267e3675c3d9b8cd50c4 /gui-wm | |
parent | gui-wm/hikari: fix {PV} -> ${PV} typo (diff) | |
download | gentoo-6608010a69f8d3633a772179c20a68b6fcad1d1a.tar.gz gentoo-6608010a69f8d3633a772179c20a68b6fcad1d1a.tar.bz2 gentoo-6608010a69f8d3633a772179c20a68b6fcad1d1a.zip |
gui-wm/hikari: fix dev-libs/wayland-protocols dependency
This belongs in DEPEND, not BDEPEND, because we need
the 'right type' (they could differ) of the headers and
for them to be in the right location.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/hikari/hikari-2.2.2-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gui-wm/hikari/hikari-2.2.2-r1.ebuild b/gui-wm/hikari/hikari-2.2.2-r1.ebuild index bff348af91a1..c576fc0ef13e 100644 --- a/gui-wm/hikari/hikari-2.2.2-r1.ebuild +++ b/gui-wm/hikari/hikari-2.2.2-r1.ebuild @@ -31,8 +31,10 @@ RDEPEND=" x11-misc/xkeyboard-config " +# Needeed in DEPEND only (not BDEPEND as need to be right location etc) +DEPEND+=" dev-libs/wayland-protocols" + BDEPEND=" - dev-libs/wayland-protocols sys-devel/bmake virtual/pkgconfig " |