From 44333b76359de2856de9eca4052758eb733ab085 Mon Sep 17 00:00:00 2001 From: Dominic Spill Date: Fri, 7 Jul 2017 10:02:03 -0600 Subject: [PATCH] Include path for hackrf.h is sometimes ambiguous add both to pkg-config file https://github.com/pothosware/homebrew-pothos/issues/12 --- host/libhackrf/libhackrf.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/libhackrf/libhackrf.pc.in b/host/libhackrf/libhackrf.pc.in index 5c9c18d4..83ebcae0 100644 --- a/host/libhackrf/libhackrf.pc.in +++ b/host/libhackrf/libhackrf.pc.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@