mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Andreas Sturmlechner
parent
a6d7711951
commit
77387911df
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user