projects
/
merkaartor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f764acb
)
Fix pkg-config name gpsd.
author
Bas Couwenberg
<sebastic@debian.org>
Wed, 13 Mar 2024 14:22:13 +0000
(15:22 +0100)
committer
Bas Couwenberg
<sebastic@debian.org>
Wed, 13 Mar 2024 14:22:13 +0000
(15:22 +0100)
Forwarded: https://github.com/openstreetmap/merkaartor/pull/294
libgps-dev provides libgps.pc.
Gbp-Pq: Name gpsd.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 07913186bb21f0fc1cab71fa574252b050af3367..10fe1651c1daaf48d89cceae7abfe04a1fa389f2 100644
(file)
--- 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()