net-im/webex-bin: Make wayland optionnal
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
5904fb1ac4
commit
09e1e54291
|
@ -12,7 +12,7 @@ SRC_URI="https://binaries.webex.com/WebexDesktop-CentOS-Official-Package/Webex.r
|
||||||
LICENSE="all-rights-reserved"
|
LICENSE="all-rights-reserved"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="-* ~amd64"
|
KEYWORDS="-* ~amd64"
|
||||||
IUSE=""
|
IUSE="wayland"
|
||||||
|
|
||||||
RESTRICT="bindist mirror strip"
|
RESTRICT="bindist mirror strip"
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ RDEPEND="
|
||||||
app-crypt/libsecret
|
app-crypt/libsecret
|
||||||
dev-libs/atk
|
dev-libs/atk
|
||||||
dev-libs/nss
|
dev-libs/nss
|
||||||
dev-libs/wayland
|
wayland? ( dev-libs/wayland )
|
||||||
media-libs/alsa-lib
|
media-libs/alsa-lib
|
||||||
media-libs/libglvnd
|
media-libs/libglvnd
|
||||||
media-libs/mesa
|
media-libs/mesa
|
||||||
|
|
Loading…
Reference in a new issue