kopia lustrzana https://github.com/Hamlib/Hamlib
hamlib.pc.in: Changes conformant to pkg-config docs
A careful reading of the pkg-config user guide and manual page showed some errors in the format of the generated hamlib.pc file. This patch, hopefully, corrects those errors.Hamlib-3.0
rodzic
f66da71719
commit
e233e6ffe5
10
hamlib.pc.in
10
hamlib.pc.in
|
@ -3,10 +3,12 @@ exec_prefix=${prefix}
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
Name: hamlib
|
Name: @PACKAGE_NAME@
|
||||||
Description: Library to control radio and rotator equipment.
|
Description: Library to control radio and rotator equipment.
|
||||||
URL: @PACKAGE_URL@
|
URL: @PACKAGE_URL@
|
||||||
Requires:
|
Version: @PACKAGE_VERSION@
|
||||||
Version: @VERSION@
|
Requires.private: libusb >= 0.1
|
||||||
Libs: -L${libdir} -lhamlib @MATH_LIBS@
|
Conflicts: libusb >= 1.0
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
Libs: -L${libdir} -lhamlib
|
||||||
|
Libs.private: -lm -ldl -lpthread
|
||||||
|
|
Ładowanie…
Reference in New Issue