media-video/gpu-screen-recorder: update DESCRIPTION

Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
Dale Sweeney 2024-06-15 17:20:27 -04:00
parent 8978c52474
commit b8848d31a1
No known key found for this signature in database
GPG Key ID: 8C85C606BDBF427F

View File

@ -7,7 +7,7 @@ inherit git-r3 meson
EGIT_REPO_URI="https://repo.dec05eba.com/gpu-screen-recorder" EGIT_REPO_URI="https://repo.dec05eba.com/gpu-screen-recorder"
DESCRIPTION="A screen recorder that has minimal impact on system performance." DESCRIPTION="A screen recorder that has minimal impact on system performance"
HOMEPAGE="https://git.dec05eba.com/gpu-screen-recorder/about" HOMEPAGE="https://git.dec05eba.com/gpu-screen-recorder/about"
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
@ -30,8 +30,8 @@ BDEPEND="${DEPEND}"
src_configure() { src_configure() {
local emesonargs=( local emesonargs=(
-Dsystemd=$(usex filecaps true none) -Dsystemd=$(usex systemd true false)
-Dcapabilities=$(usex systemd true none) -Dcapabilities=$(usex filecaps true false)
) )
meson_src_configure meson_src_configure
} }