mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-06 02:37:32 +01:00
Improve librtlsdr.pc file
librtlsdr.pc should declare -lusb-1.0 in Libs.private section to exclude usb library from dynamic linking. References to libusb headers are not needed in Cflags, since these headers are not used by external rtlsdr API, but this is optional. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784912
This commit is contained in:
parent
1dff8e0b4c
commit
222517b506
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||
Name: RTL-SDR Library
|
||||
Description: C Utility Library
|
||||
Version: @VERSION@
|
||||
Cflags: -I${includedir}/ @RTLSDR_PC_CFLAGS@
|
||||
Libs: -L${libdir} -lrtlsdr -lusb-1.0
|
||||
Libs.private: @RTLSDR_PC_LIBS@
|
||||
Cflags: -I${includedir}/
|
||||
Libs: -L${libdir} -lrtlsdr
|
||||
Libs.private: -lusb-1.0 @RTLSDR_PC_LIBS@
|
||||
|
Loading…
Reference in New Issue
Block a user