Skip to content

Commit

Permalink
gui-libs/gtk-layer-shell: Fix #719866, missing dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/719866
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Adam Feldman <[email protected]>
  • Loading branch information
NP-Hardass committed Apr 28, 2020
1 parent ef3571a commit fdae499
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ DEPEND="
>=dev-libs/wayland-1.10.0
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
BDEPEND="
virtual/pkgconfig
gtk-doc? ( dev-util/gtk-doc )
"

src_configure() {
local emesonargs=(
Expand Down

0 comments on commit fdae499

Please sign in to comment.