mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
x11-terms/alacritty: add wayland use flag and x11 deps.
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
@@ -188,7 +188,7 @@ SRC_URI="https://github.com/jwilm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
IUSE="test wayland"
|
||||
|
||||
DEPEND="
|
||||
media-libs/fontconfig:=
|
||||
@@ -196,7 +196,13 @@ DEPEND="
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
sys-libs/zlib
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXi
|
||||
x11-libs/libXrandr
|
||||
x11-misc/xclip
|
||||
virtual/opengl
|
||||
wayland? ( dev-libs/wayland )
|
||||
"
|
||||
|
||||
BDEPEND="dev-util/cmake
|
||||
|
||||
Reference in New Issue
Block a user