gui-apps/ironbar: Enabled some USE flags by default

They're enabled upstream, I forgot to enable them by default.
'cairo' is disabled because of the rather heavy dependencies
and because it's quite a niche/advanced module.

Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei
2024-09-12 19:46:28 +02:00
parent 1377786b40
commit 41b961c81a

View File

@@ -448,7 +448,7 @@ LICENSE+="
"
SLOT="0"
KEYWORDS="~amd64"
IUSE="cairo http music volume"
IUSE="cairo +http +music +volume"
DEPEND="
x11-libs/gtk+:3=[wayland]