From 3aba2460818ce3abdfd55a09fc054e9ab5aacad0062c597502ec01b03dad3c70 Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Mon, 28 Oct 2024 09:04:57 +0000 Subject: [PATCH] - Fix dependencies OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/libQuotient?expand=0&rev=33 --- libQuotient.changes | 5 +++++ libQuotient.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/libQuotient.changes b/libQuotient.changes index 6e52a09..4fb76a3 100644 --- a/libQuotient.changes +++ b/libQuotient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 28 09:02:30 UTC 2024 - Christophe Marin + +- Fix dependencies + ------------------------------------------------------------------- Mon Oct 28 07:11:46 UTC 2024 - Christophe Marin diff --git a/libQuotient.spec b/libQuotient.spec index 600083e..754679c 100644 --- a/libQuotient.spec +++ b/libQuotient.spec @@ -74,9 +74,7 @@ Requires: libQuotient%{?qt6:%{lib_suffix}-}%{soversion} = %{version} %if 0%{?qt6} Requires: cmake(Qt6Gui) >= %{qt6_version} Requires: cmake(Qt6Network) >= %{qt6_version} -%if %{with e2ee} Requires: cmake(Qt6Sql) >= %{qt6_version} -%endif Requires: cmake(Qt6Keychain) %endif Requires: cmake(Olm) @@ -98,7 +96,7 @@ developing applications that use libQuotient. %cmake_qt6 \ -DBUILD_SHARED_LIBS=ON \ %endif - -DQuotient_INSTALL_TESTS=OFF \ + -DQuotient_INSTALL_TESTS=OFF %if 0%{?qt6} %qt6_build