]> git.pld-linux.org Git - packages/qt5-qtquick3d.git/commitdiff
explicitly request bundled assimp when not using system one auto/th/qt5-qtquick3d-5.15.4-2
authorJan Palus <atler@pld-linux.org>
Thu, 12 May 2022 21:22:53 +0000 (23:22 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 12 May 2022 21:22:53 +0000 (23:22 +0200)
qt5-qtquick3d.spec

index ffd3715050bc4f4851464a9968ee42032378a2ec..54800508e59fec29bb1b0e3d5aed737496f619bd 100644 (file)
@@ -129,7 +129,7 @@ PrzykĹ‚ady do bibliotek Qt5 Quick3D.
 
 %build
 %{qmake_qt5} -- \
-       %{?with_system_assimp:-system-quick3d-assimp}
+       -%{?with_system_assimp:system}%{!?with_system_assimp:qt}-quick3d-assimp
 
 %{__make}
 
This page took 0.137954 seconds and 4 git commands to generate.