diff options
author | Martin Szulecki | 2014-10-22 20:39:35 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-22 22:21:05 +0200 |
commit | 8bbf17c58e43a7345c7ae7d4af714cc1ce896820 (patch) | |
tree | b9c21dedabc1aeab5af5bac782e0c515c538b712 | |
parent | 61cff23ecd4308b5616a6e9670e43dbb8dfc31b0 (diff) | |
download | libimobiledevice-8bbf17c58e43a7345c7ae7d4af714cc1ce896820.tar.gz libimobiledevice-8bbf17c58e43a7345c7ae7d4af714cc1ce896820.tar.bz2 |
Update description in pkg-config file to more generic one
-rw-r--r-- | libimobiledevice-1.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libimobiledevice-1.0.pc.in b/libimobiledevice-1.0.pc.in index e366c5e..7a5538c 100644 --- a/libimobiledevice-1.0.pc.in +++ b/libimobiledevice-1.0.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ includedir=@includedir@ Name: libimobiledevice -Description: A library to communicate with services running on Apple iPhone/iPod Touch devices. +Description: A library to communicate with services running on Apple iOS devices. Version: @VERSION@ Requires: libplist >= @LIBPLIST_VERSION@ libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@ Libs: -L${libdir} -limobiledevice |