Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 1 | # libmtp pkg-config source file |
| 2 | |
| 3 | prefix=@prefix@ |
| 4 | exec_prefix=@exec_prefix@ |
| 5 | libdir=@libdir@ |
| 6 | includedir=@includedir@ |
| 7 | |
| 8 | Name: libmtp |
| 9 | Description: libmtp is a library for accessing Media Transfer Protocol devices |
| 10 | Version: @VERSION@ |
Jan Beich | e13049d | 2014-08-28 13:38:00 +0000 | [diff] [blame] | 11 | Requires.private: @LIBUSB_REQUIRES@ |
Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 12 | Conflicts: |
Linus Walleij | 955e6ba | 2006-09-26 16:55:10 +0000 | [diff] [blame] | 13 | Libs: -L${libdir} -lmtp |
Linus Walleij | a5cb5c9 | 2009-10-10 22:03:38 +0000 | [diff] [blame] | 14 | Libs.private: @LIBS@ |
Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 15 | Cflags: -I${includedir} @OSFLAGS@ |