mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-auth/AusweisApp2: force Qt5
Closes: https://bugs.gentoo.org/865985 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -35,7 +35,10 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
-DQt=Qt5
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user