lxqt-base/lxqt-panel: add REQUIRED_USE to prevent build failure

This was added in 519a55e8 for 0.13.0 already, but got lost
in history.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/11534
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Jimi Huotari
2019-03-29 16:37:47 +02:00
committed by Andreas Sturmlechner
parent a6d7711951
commit 77387911df

View File

@@ -23,7 +23,12 @@ SLOT="0"
IUSE="+alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
+mount networkmonitor pulseaudio +quicklaunch sensors +showdesktop
+spacer statusnotifier sysstat +taskbar +tray +volume +worldclock"
REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
# Work around a missing header issue: https://bugs.gentoo.org/666278
REQUIRED_USE="
|| ( desktopswitch mainmenu showdesktop taskbar )
volume? ( || ( alsa pulseaudio ) )
"
BDEPEND="
dev-qt/linguist-tools:5