Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: libmtp.pc.in

Issue 2364793002: Revert "Uprev libmtp to 1.1.12" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « libmtp.sh ('k') | ltmain.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # libmtp pkg-config source file 1 # libmtp pkg-config source file
2 2
3 prefix=@prefix@ 3 prefix=@prefix@
4 exec_prefix=@exec_prefix@ 4 exec_prefix=@exec_prefix@
5 libdir=@libdir@ 5 libdir=@libdir@
6 includedir=@includedir@ 6 includedir=@includedir@
7 7
8 Name: libmtp 8 Name: libmtp
9 Description: libmtp is a library for accessing Media Transfer Protocol devices 9 Description: libmtp is a library for accessing Media Transfer Protocol devices
10 Version: @VERSION@ 10 Version: @VERSION@
11 Requires.private: @LIBUSB_REQUIRES@ 11 Requires: @LIBUSB_REQUIRES@
12 Conflicts: 12 Conflicts:
13 Libs: -L${libdir} -lmtp 13 Libs: -L${libdir} -lmtp
14 Libs.private: @LIBS@ 14 Libs.private: @LIBS@
15 Cflags: -I${includedir} @OSFLAGS@ 15 Cflags: -I${includedir} @OSFLAGS@
OLDNEW
« no previous file with comments | « libmtp.sh ('k') | ltmain.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698