media-video/wlrobs: sync live ebuild

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2023-12-23 09:24:00 +02:00
parent bfc3d11065
commit b531df3cf3

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit meson inherit meson
@@ -22,21 +22,18 @@ LICENSE="GPL-3"
SLOT="0" SLOT="0"
IUSE="+dmabuf +scpy"
RESTRICT="mirror" RESTRICT="mirror"
RDEPEND=" RDEPEND="
dev-libs/wayland dev-libs/wayland
media-video/obs-studio media-video/obs-studio
dmabuf? ( x11-libs/libdrm )
" "
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"
src_configure() { src_configure() {
local emesonargs=( local emesonargs=(
$(meson_use dmabuf use_dmabuf) -Duse_dmabuf=true
$(meson_use scpy use_scpy ) -Duse_scpy=true
) )
meson_src_configure meson_src_configure
} }