From 5ee336a5ca8ac6726f03d4d50dfcc027f2eeecfc Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Fri, 3 Dec 2021 14:58:56 +0200 Subject: x11-misc/rofi: add missing BDEPENDs for bison & flex - configure: error: "Failed to find bison" - configure: error: "Require flex version 2.5.39 or higher" Signed-off-by: Joonas Niilola --- x11-misc/rofi/rofi-1.7.2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'x11-misc') diff --git a/x11-misc/rofi/rofi-1.7.2.ebuild b/x11-misc/rofi/rofi-1.7.2.ebuild index 813b6e07de00..9f3110308c57 100644 --- a/x11-misc/rofi/rofi-1.7.2.ebuild +++ b/x11-misc/rofi/rofi-1.7.2.ebuild @@ -15,7 +15,11 @@ KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+drun test +windowmode" RESTRICT="!test? ( test )" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + sys-devel/bison + sys-devel/flex + virtual/pkgconfig +" RDEPEND=" dev-libs/glib:2 gnome-base/librsvg:2 -- cgit v1.2.3-65-gdbad