From 1227fca0f5d838f16fa2f8129d35a459c17d9534 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 19 Jan 2024 03:21:33 -0500 Subject: [PATCH] Fix ELN build The BuildRequires: assimp-devel is only on Fedora, so too must this configuration flag. --- qt6-qt3d.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt6-qt3d.spec b/qt6-qt3d.spec index b70e31c..212bb0a 100644 --- a/qt6-qt3d.spec +++ b/qt6-qt3d.spec @@ -75,7 +75,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %cmake_qt6 \ -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} \ - -DQT_FEATURE_qt3d_system_assimp=ON + -DQT_FEATURE_qt3d_system_assimp=%{?fedora:ON}%{!?fedora:OFF} %cmake_build