diff options
-rw-r--r-- | x11-misc/rofi/rofi-99999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-misc/rofi/rofi-99999.ebuild b/x11-misc/rofi/rofi-99999.ebuild index 080d70670508..66b4e07790bd 100644 --- a/x11-misc/rofi/rofi-99999.ebuild +++ b/x11-misc/rofi/rofi-99999.ebuild @@ -15,7 +15,11 @@ KEYWORDS="" 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 |