mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-07 00:04:45 +03:00
media-video/tsmuxer: Actually apply the added cmake.patch
Closes: https://bugs.gentoo.org/967123 Closes: https://bugs.gentoo.org/967122 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
c593d8a554
commit
916851d452
@ -32,11 +32,13 @@ BDEPEND="
|
||||
|
||||
DOCS=( README.md )
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) # bug 967123
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DQT_VERSION=6
|
||||
-DTSMUXER_STATIC_BUILD=OFF
|
||||
-DTSMUXER_GUI=$(usex gui)
|
||||
)
|
||||
use gui && mycmakeargs+=( -DQT_VERSION=6 )
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user