summaryrefslogtreecommitdiffstats
path: root/src/libimobiledevice-1.0.pc.in
blob: dfcdd8a01d61d1b9d110b2ca68fdbc791a22e700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE_NAME@
Description: A library to communicate with services running on Apple iOS devices.
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -limobiledevice
Cflags: -I${includedir}
Requires: libplist >= @LIBPLIST_VERSION@
Requires.private: libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@