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@ |
Linus Walleij | 955e6ba | 2006-09-26 16:55:10 +0000 | [diff] [blame] | 11 | Requires: libusb |
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 | 5d21702 | 2006-09-26 20:34:35 +0000 | [diff] [blame^] | 14 | Libs.private @LIBS@ |
Linus Walleij | eb8c6fe | 2006-02-03 09:46:22 +0000 | [diff] [blame] | 15 | Cflags: -I${includedir} @OSFLAGS@ |