mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
media-video/gpu-screen-recorder: Use meson_use
over usex
in ebuild
Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
parent
b81ec6ad4a
commit
869583da01
@ -30,8 +30,8 @@ BDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dsystemd=$(usex systemd true false)
|
||||
-Dcapabilities=$(usex filecaps true false)
|
||||
-Dsystemd=$(meson_use systemd)
|
||||
-Dcapabilities=$(meson_use filecaps)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user