mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -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:
parent
cb7f344f48
commit
6970d0037e
@ -30,8 +30,8 @@ BDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dsystemd=$(meson_use systemd)
|
||||
-Dcapabilities=$(meson_use filecaps)
|
||||
$(meson_use systemd)
|
||||
$(meson_use filecaps capabilities)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user