Files
nixpkgs/pkgs/kde/gear/itinerary/optional-runtime-dependencies.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
622 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -80,8 +80,8 @@ ecm_find_qmlmodule(QtPositioning 6.0)
ecm_find_qmlmodule(org.kde.kitemmodels ${KF_MIN_VERSION})
ecm_find_qmlmodule(org.kde.prison ${KF_MIN_VERSION})
ecm_find_qmlmodule(org.kde.prison.scanner ${KF_MIN_VERSION})
-ecm_find_qmlmodule(org.kde.kosmindoormap ${GEAR_MIN_VERSION} REQUIRED)
-ecm_find_qmlmodule(org.kde.kopeninghours ${GEAR_MIN_VERSION} REQUIRED)
+ecm_find_qmlmodule(org.kde.kosmindoormap ${GEAR_MIN_VERSION})
+ecm_find_qmlmodule(org.kde.kopeninghours ${GEAR_MIN_VERSION})
# runtime dependencies are build-time dependencies on Android
if (ANDROID)