Commit 30c4a4b8 authored by K900's avatar K900
Browse files

kdePackages.itinerary: hack to fix build for now

Unblock Plasma 6.0 merge, proper fix soon(tm)
parent 7d939284
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@
mkKdeDerivation {
  pname = "itinerary";

  # FIXME: this should really be fixed at ECM level somehow
  patches = [./optional-runtime-dependencies.patch];

  extraNativeBuildInputs = [pkg-config shared-mime-info];
  extraBuildInputs = [qtlocation qtpositioning libical];
}
+15 −0
Original line number Diff line number Diff line
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 55ae3280..cac86220 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -85,8 +85,8 @@ ecm_find_qmlmodule(QtPositioning 6.0)
 ecm_find_qmlmodule(org.kde.kitemmodels 5.245)
 ecm_find_qmlmodule(org.kde.prison 5.245)
 ecm_find_qmlmodule(org.kde.prison.scanner 5.245)
-ecm_find_qmlmodule(org.kde.kosmindoormap 24.02 REQUIRED)
-ecm_find_qmlmodule(org.kde.kopeninghours 24.02 REQUIRED)
+ecm_find_qmlmodule(org.kde.kosmindoormap 24.02)
+ecm_find_qmlmodule(org.kde.kopeninghours 24.02)
 
 # runtime dependencies are build-time dependencies on Android
 if (ANDROID)