mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
media-video/gpu-screen-recorder: Fix incorrect use of meson_use
Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
@@ -30,8 +30,8 @@ BDEPEND="${DEPEND}"
|
|||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local emesonargs=(
|
local emesonargs=(
|
||||||
-Dsystemd=$(meson_use systemd)
|
$(meson_use systemd)
|
||||||
-Dcapabilities=$(meson_use filecaps)
|
$(meson_use filecaps capabilities)
|
||||||
)
|
)
|
||||||
meson_src_configure
|
meson_src_configure
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user