diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-04-27 21:21:13 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-04-27 21:22:50 -0400 |
commit | fdae499c98b04641348a9018fb5bff5ab69a7cef (patch) | |
tree | 3d1cc82228d5286c76759b989481206ee34e3121 /gui-libs | |
parent | media-gfx/fontforge: fix docs build (diff) | |
download | gentoo-fdae499c98b04641348a9018fb5bff5ab69a7cef.tar.gz gentoo-fdae499c98b04641348a9018fb5bff5ab69a7cef.tar.bz2 gentoo-fdae499c98b04641348a9018fb5bff5ab69a7cef.zip |
gui-libs/gtk-layer-shell: Fix #719866, missing dep
Closes: https://bugs.gentoo.org/719866
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild (renamed from gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild index 3cff2fda1561..7704b6464133 100644 --- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0.ebuild +++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild @@ -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=( |