ac175bd33a
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
13 lines
266 B
PkgConfig
13 lines
266 B
PkgConfig
# $FreeBSD$
|
|
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
sharedlibdir=@sharedlibdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libusb-1.0
|
|
Description: Library that abstracts ways to access USB devices (v1.0)
|
|
Version: 1.0.13
|
|
Libs: -L${libdir} -lusb
|
|
Cflags: -I${includedir}
|