repo/proj/guru:dev commit in: media-libs/wivrn/
"Patrick Nicolas" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786046987.50f37f2063aa2b2423c4cc5fce5bed4fd669de4e.patricknicolas@gentoo> |
commit: 50f37f2063aa2b2423c4cc5fce5bed4fd669de4e
Author: Patrick Nicolas <patricknicolas <AT> laposte <DOT> net>
AuthorDate: Thu Aug 6 20:08:06 2026 +0000
Commit: Patrick Nicolas <patricknicolas <AT> laposte <DOT> net>
CommitDate: Thu Aug 6 20:09:47 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50f37f20
media-libs/wivrn: remove systemd USE flag
Signed-off-by: Patrick Nicolas <patricknicolas <AT> laposte.net>
media-libs/wivrn/wivrn-9999.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/media-libs/wivrn/wivrn-9999.ebuild b/media-libs/wivrn/wivrn-9999.ebuild
index 0e0a0464ae..2244242ba2 100644
--- a/media-libs/wivrn/wivrn-9999.ebuild
+++ b/media-libs/wivrn/wivrn-9999.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/WiVRn/WiVRn"
LICENSE="GPL-3 Apache-2.0 MIT"
SLOT="0"
-IUSE="debug gui nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264"
+IUSE="debug gui nvenc +pipewire pulseaudio vaapi wireshark-plugins x264"
REQUIRED_USE="|| ( nvenc vaapi x264 )"
if [[ ${PV} == 9999 ]]; then
@@ -54,9 +54,6 @@ RDEPEND="
pulseaudio? (
media-libs/libpulse
)
- systemd? (
- sys-apps/systemd
- )
vaapi? (
media-video/ffmpeg[drm(-),vaapi]
)
@@ -140,7 +137,6 @@ multilib_src_configure() {
-DWIVRN_USE_VAAPI=$(multilib_native_usex vaapi)
-DWIVRN_USE_VULKAN_ENCODE=ON
-DWIVRN_USE_X264=$(multilib_native_usex x264)
- -DWIVRN_USE_SYSTEMD=$(multilib_native_usex systemd)
-DWIVRN_USE_SYSTEM_OPENXR=ON
-DWIVRN_USE_SYSTEM_BOOST=ON
-DFETCHCONTENT_FULLY_DISCONNECTED=ON