From 09df8b9861e0e9b3736dbd1efdc8b0aa0f69a339 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 27 Oct 2022 17:14:12 -0400 Subject: media-libs/cubeb: skip building tools Forgot there was an option for it when later wanted to skip installing cubeb-test. Signed-off-by: Ionen Wolkens --- media-libs/cubeb/cubeb-0.2_p20220922.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'media-libs') diff --git a/media-libs/cubeb/cubeb-0.2_p20220922.ebuild b/media-libs/cubeb/cubeb-0.2_p20220922.ebuild index 7624610e5f4b..e120dff0db4e 100644 --- a/media-libs/cubeb/cubeb-0.2_p20220922.ebuild +++ b/media-libs/cubeb/cubeb-0.2_p20220922.ebuild @@ -72,6 +72,7 @@ src_configure() { local mycmakeargs=( -DBUILD_RUST_LIBS=$(usex rust) -DBUILD_TESTS=$(usex test) + -DBUILD_TOOLS=no # semi-broken without most backends and not needed -DCHECK_ALSA=$(usex alsa) -DCHECK_JACK=$(usex jack) -DCHECK_PULSE=$(usex pulseaudio) @@ -108,8 +109,4 @@ src_install() { cmake_src_install use doc && dodoc -r "${BUILD_DIR}"/docs/html - - # the basic test tool users could use to check if audio works is rather - # limited and has a tendency to segfault if some backends are disabled - rm "${ED}"/usr/bin/cubeb-test || die } -- cgit v1.2.3-65-gdbad