Skip to content

Commit

Permalink
Fix pkg-config name for gpsd.
Browse files Browse the repository at this point in the history
libgps-dev provides libgps.pc.
  • Loading branch information
Bas Couwenberg committed Mar 13, 2024
1 parent 56d2358 commit c7bba36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ if (GEOIMAGE)
endif()

if (GPSD)
list(APPEND PKGCONFIG_REQUIRED_LIBS gpsd)
list(APPEND PKGCONFIG_REQUIRED_LIBS libgps)
add_definitions(-DUSE_GPS=1)
endif()

Expand Down

0 comments on commit c7bba36

Please sign in to comment.