Skip to content

Commit

Permalink
gui-wm/hikari: fix dev-libs/wayland-protocols dependency
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thesamesam committed Mar 25, 2021
1 parent ffe3fa3 commit 6608010
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gui-wm/hikari/hikari-2.2.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
Expand Down

0 comments on commit 6608010

Please sign in to comment.