mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
gui-apps/wayvnc: Various fixes
Closes: https://github.com/gentoo/gentoo/pull/29753 Signed-off-by: Alex Xu (Hello71) <alex_y_xu@yahoo.ca> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
committed by
James Le Cuirot
parent
1764483e0e
commit
f0210172fb
@@ -18,27 +18,34 @@ fi
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
IUSE="gbm tracing"
|
||||
IUSE="gbm pam test tracing"
|
||||
|
||||
RDEPEND="
|
||||
=dev-libs/aml-0.3*
|
||||
dev-libs/jansson:=
|
||||
dev-libs/wayland
|
||||
=gui-libs/neatvnc-0.6*[tracing?]
|
||||
media-libs/mesa:=[egl(+),gles2,gbm(+)?]
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pixman
|
||||
pam? ( sys-libs/pam )
|
||||
tracing? ( dev-util/systemtap )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
app-text/scdoc
|
||||
dev-libs/wayland-protocols
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature pam)
|
||||
$(meson_feature gbm screencopy-dmabuf)
|
||||
$(meson_use tracing systemtap)
|
||||
$(meson_use test tests)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
@@ -18,27 +18,34 @@ fi
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
IUSE="gbm tracing"
|
||||
IUSE="gbm pam test tracing"
|
||||
|
||||
RDEPEND="
|
||||
=dev-libs/aml-0.3*
|
||||
dev-libs/jansson:=
|
||||
dev-libs/wayland
|
||||
=gui-libs/neatvnc-0.6*[tracing?]
|
||||
media-libs/mesa:=[egl(+),gles2,gbm(+)?]
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pixman
|
||||
pam? ( sys-libs/pam )
|
||||
tracing? ( dev-util/systemtap )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
app-text/scdoc
|
||||
dev-libs/wayland-protocols
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature pam)
|
||||
$(meson_feature gbm screencopy-dmabuf)
|
||||
$(meson_use tracing systemtap)
|
||||
$(meson_use test tests)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user