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

Unified Diff: libmtp.pc

Issue 2345493002: Uprev libmtp to 1.1.12 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Re-upload cl 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libmtp.gyp ('k') | libmtp.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libmtp.pc
diff --git a/libmtp.pc b/libmtp.pc
new file mode 100644
index 0000000000000000000000000000000000000000..156a38497917b9d45f4cdfe8280727f803964a02
--- /dev/null
+++ b/libmtp.pc
@@ -0,0 +1,15 @@
+# libmtp pkg-config source file
+
+prefix=/usr
+exec_prefix=${prefix}
+libdir=/usr/lib64
+includedir=${prefix}/include
+
+Name: libmtp
+Description: libmtp is a library for accessing Media Transfer Protocol devices
+Version: 1.1.12
+Requires.private: libusb-1.0
+Conflicts:
+Libs: -L${libdir} -lmtp
+Libs.private: -lgcrypt
+Cflags: -I${includedir}
« 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