mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-libs/nativefiledialog-extended: add USE="X wayland" to gtk
Closes: https://bugs.gentoo.org/958017 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -15,13 +15,13 @@ SRC_URI="
|
|||||||
LICENSE="ZLIB"
|
LICENSE="ZLIB"
|
||||||
SLOT="0/$(ver_cut 1)"
|
SLOT="0/$(ver_cut 1)"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="+desktop-portal"
|
IUSE="X +desktop-portal wayland"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
desktop-portal? ( sys-apps/dbus )
|
desktop-portal? ( sys-apps/dbus )
|
||||||
!desktop-portal? (
|
!desktop-portal? (
|
||||||
dev-libs/glib:2
|
dev-libs/glib:2
|
||||||
x11-libs/gtk+:3
|
x11-libs/gtk+:3[X=,wayland=]
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
|
|||||||
Reference in New Issue
Block a user