mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
xfce-base/libxfce4ui: Add REQUIRED_USE for wayland/X
Closes: https://bugs.gentoo.org/923873 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -16,7 +16,10 @@ LICENSE="LGPL-2+ GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="glade +introspection startup-notification system-info vala wayland X"
|
||||
REQUIRED_USE="vala? ( introspection )"
|
||||
REQUIRED_USE="
|
||||
|| ( wayland X )
|
||||
vala? ( introspection )
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.66.0
|
||||
|
||||
Reference in New Issue
Block a user