lxqt-base/lxqt-panel: add REQUIRED_USE to prevent build failure
authorJimi Huotari <chiitoo@gentoo.org>
Fri, 29 Mar 2019 14:37:47 +0000 (16:37 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 13 May 2019 00:17:46 +0000 (02:17 +0200)
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>
lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild

index d63d618db914a6280c130890992c8363b8ff2abf..9ef997edc34b2598a4b3c053046309ef8e04dc83 100644 (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