mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Unfortunately not fixed, it only added extra line wrapping that make the patch files. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
16 lines
712 B
Diff
16 lines
712 B
Diff
Seems that the '5' enforces the major version and it refuses to find
|
|
system's assimp-6.0.2 (which is perfectly usable given Qt 6.9.2 bundles
|
|
that version without it).
|
|
|
|
We don't package older ones, so drop the check as a quick workaround.
|
|
|
|
https://bugreports.qt.io/browse/QTBUG-137996
|
|
--- a/src/plugins/assetimporters/configure.cmake
|
|
+++ b/src/plugins/assetimporters/configure.cmake
|
|
@@ -16 +16 @@
|
|
-qt_find_package(WrapQuick3DAssimp 5.1.6 PROVIDED_TARGETS WrapQuick3DAssimp::WrapQuick3DAssimp
|
|
+qt_find_package(WrapQuick3DAssimp PROVIDED_TARGETS WrapQuick3DAssimp::WrapQuick3DAssimp
|
|
@@ -43 +43 @@
|
|
- PACKAGES PACKAGE WrapQuick3DAssimp 5.1.6)
|
|
+ PACKAGES PACKAGE WrapQuick3DAssimp)
|