From: Bas Couwenberg Date: Wed, 13 Mar 2024 14:22:13 +0000 (+0100) Subject: Fix pkg-config name gpsd. X-Git-Tag: archive/raspbian/0.19.0+ds-5+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8c113f7b878961c05ae4a35fe9b966aab04eab18;p=merkaartor.git Fix pkg-config name gpsd. Forwarded: https://github.com/openstreetmap/merkaartor/pull/294 libgps-dev provides libgps.pc. Gbp-Pq: Name gpsd.patch --- 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()