You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
353 B
15 lines
353 B
# 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.private: @LIBUSB_REQUIRES@ |
|
Conflicts: |
|
Libs: -L${libdir} -lmtp |
|
Libs.private: @LIBS@ |
|
Cflags: -I${includedir} @OSFLAGS@
|
|
|