ports/databases/kexi/patches/patch-CMakeLists_txt

15 lines
411 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -198,8 +198,8 @@ endif()
##
## Test for marble
##
-set(MARBLE_MIN_VERSION "0.19.2")
-find_package(KexiMarble ${MARBLE_MIN_VERSION})
+set(MARBLE_MIN_VERSION "21.8.0")
+find_package(Marble ${MARBLE_MIN_VERSION})
set_package_properties(KexiMarble PROPERTIES
DESCRIPTION "KDE World Globe Widget library"
URL "https://marble.kde.org"