Skip to content

Commit

Permalink
rename libKeyFinder -> libkeyfinder in pkgconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Jan 2, 2022
1 parent c37e1bb commit ecaa7ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/libkeyfinder.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ prefix=@CMAKE_INSTALL_PREFIX@
includedir=${prefix}/include
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@

Name: libKeyFinder
Description: libKeyFinder can be used to estimate the musical key of digital audio
Name: libkeyfinder
Description: libkeyfinder can be used to estimate the musical key of digital audio
Version: @CMAKE_PROJECT_VERSION@
URL: https://github.com/mixxxdj/libKeyFinder
URL: https://github.com/mixxxdj/libkeyfinder
Libs: -L${libdir} -lkeyfinder
Requires.private: fftw3
Cflags: -I${includedir}

0 comments on commit ecaa7ab

Please sign in to comment.