15 lines
333 B
PkgConfig
15 lines
333 B
PkgConfig
# libmtp pkg-config source file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libmtp
|
|
Description: libmtp is a library for accessing Media Transfer Protocol devices
|
|
Version: @VERSION@
|
|
Requires: libusb
|
|
Conflicts:
|
|
Libs: -L${libdir} -lmtp
|
|
Libs.private @LIBS@
|
|
Cflags: -I${includedir} @OSFLAGS@
|