mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
media-sound/musikcube: Fix some CMake variables being unused
Closes: https://bugs.gentoo.org/908391 Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com>
This commit is contained in:
@@ -86,10 +86,12 @@ src_configure() {
|
||||
)
|
||||
|
||||
if use mpris; then
|
||||
mycmakeargs+=(
|
||||
-DUSE_ELOGIND=$(usex elogind true false)
|
||||
-DUSE_BASU=$(usex basu true false)
|
||||
)
|
||||
if use elogind; then
|
||||
mycmakeargs+=( -DUSE_ELOGIND=true )
|
||||
fi
|
||||
if use basu; then
|
||||
mycmakeargs+=( -DUSE_BASU=true )
|
||||
fi
|
||||
fi
|
||||
|
||||
cmake_src_configure
|
||||
|
||||
Reference in New Issue
Block a user