freebsd-dev/lib/libusb/libusb-0.1.pc.in
Alex Richardson ac175bd33a Install working pkgconfig .pc files for compat libraries
The default ones are install them to /usr/libdata/pkgconfig, and we can't
use this path for compat libraries, so we use /usr/lib<suffix>/pkgconfigi here.

Test Plan:	grep -rn libdir= ./usr/lib32/pkgconfig/*.pc
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D34939
2022-08-11 23:18:34 +01:00

13 lines
265 B
PkgConfig

# $FreeBSD$
prefix=/usr
exec_prefix=${prefix}
libdir=@libdir@
sharedlibdir=@sharedlibdir@
includedir=@includedir@
Name: libusb-0.1
Description: Library that abstracts ways to access USB devices (v0.1)
Version: 0.1.0
Libs: -L${libdir} -lusb
Cflags: -I${includedir}