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

Side by Side Diff: libmtp.pc

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, 2 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.gyp ('k') | libmtp.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # libmtp pkg-config source file
2
3 prefix=/usr
4 exec_prefix=${prefix}
5 libdir=/usr/lib64
6 includedir=${prefix}/include
7
8 Name: libmtp
9 Description: libmtp is a library for accessing Media Transfer Protocol devices
10 Version: 1.1.12
11 Requires.private: libusb-1.0
12 Conflicts:
13 Libs: -L${libdir} -lmtp
14 Libs.private: -lgcrypt
15 Cflags: -I${includedir}
OLDNEW
« no previous file with comments | « libmtp.gyp ('k') | libmtp.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698