From 8c113f7b878961c05ae4a35fe9b966aab04eab18 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Wed, 13 Mar 2024 15:22:13 +0100 Subject: [PATCH] Fix pkg-config name gpsd. Forwarded: https://github.com/openstreetmap/merkaartor/pull/294 libgps-dev provides libgps.pc. Gbp-Pq: Name gpsd.patch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0791318..10fe165 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -510,7 +510,7 @@ if (GEOIMAGE) endif() if (GPSD) - list(APPEND PKGCONFIG_REQUIRED_LIBS gpsd) + list(APPEND PKGCONFIG_REQUIRED_LIBS libgps) add_definitions(-DUSE_GPS=1) endif() -- 2.30.2