From bc872cbcfcdbed70218589a7af3949ffbc11ecd0 Mon Sep 17 00:00:00 2001 From: Kyle Keen Date: Thu, 13 Nov 2014 10:43:19 -0500 Subject: [PATCH] build: libusb pkgconfig for NixOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From Bjørn Forsman --- librtlsdr.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/librtlsdr.pc.in b/librtlsdr.pc.in index 5e55049..76b4190 100644 --- a/librtlsdr.pc.in +++ b/librtlsdr.pc.in @@ -7,5 +7,6 @@ Name: RTL-SDR Library Description: C Utility Library Version: @VERSION@ Cflags: -I${includedir}/ @RTLSDR_PC_CFLAGS@ -Libs: -L${libdir} -lrtlsdr -lusb-1.0 +Libs: -L${libdir} -lrtlsdr Libs.private: @RTLSDR_PC_LIBS@ +Requires: libusb-1.0