diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-12-03 14:58:56 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-12-03 15:02:26 +0200 |
commit | 5ee336a5ca8ac6726f03d4d50dfcc027f2eeecfc (patch) | |
tree | 848b3a8d59c8318fda1cf0d46bb7655e3f7980ea /x11-misc | |
parent | x11-misc/clipnotify: limit MAKEOPTS to -j1 (diff) | |
download | gentoo-5ee336a5ca8ac6726f03d4d50dfcc027f2eeecfc.tar.gz gentoo-5ee336a5ca8ac6726f03d4d50dfcc027f2eeecfc.tar.bz2 gentoo-5ee336a5ca8ac6726f03d4d50dfcc027f2eeecfc.zip |
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 <juippis@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rofi/rofi-1.7.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 |