media-video/gpu-screen-recorder: Fix incorrect use of meson_use

Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
Dale Sweeney 2024-06-16 21:23:28 -04:00
parent cb7f344f48
commit 6970d0037e
No known key found for this signature in database
GPG Key ID: 8C85C606BDBF427F

View File

@ -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
}