Include path for hackrf.h is sometimes ambiguous
add both to pkg-config file https://github.com/pothosware/homebrew-pothos/issues/12
This commit is contained in:
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||
Name: HackRF Library
|
||||
Description: C Utility Library
|
||||
Version: @VERSION@
|
||||
Cflags: -I${includedir}/ @HACKRF_PC_CFLAGS@
|
||||
Cflags: -I${includedir} -I${includedir}/libhackrf @HACKRF_PC_CFLAGS@
|
||||
Libs: -L${libdir} -lhackrf
|
||||
Libs.private: @HACKRF_PC_LIBS@
|
||||
|
Reference in New Issue
Block a user