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:
Dominic Spill
2017-07-07 10:02:03 -06:00
parent 6d99313cdf
commit 44333b7635

View File

@ -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@