Attachments you submit will be routed for moderation. If you have an account, please log in first.

Ticket #24: libusb-1.0.1-pkg-config.diff

File libusb-1.0.1-pkg-config.diff, 640 bytes (added by rschwebel, 2 years ago)

patch against libusb-1.0.6

  • libusb-1.0.pc.in

    Subject: libusb needs librt and libpthread
    
    Add missing dependencies.
    
    Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
    
    ---
     libusb-1.0.pc.in |    2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    old new includedir=@includedir@ 
    66Name: libusb-1.0 
    77Description: C API for USB device access from Linux userspace 
    88Version: @VERSION@ 
    9 Libs: -L${libdir} -lusb-1.0 
     9Libs: -L${libdir} -lusb-1.0 -lrt -lpthread 
    1010Cflags: -I${includedir}/libusb-1.0 
    1111