From ad141c165b60378f468d074c1100ea829982507f Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 24 Jan 2019 19:43:52 +0100 Subject: [PATCH] Update imobiledevice --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16d8cd4d6..70e7c88aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -334,11 +334,11 @@ optional_component(LIBMTP ON "Devices: MTP support" DEPENDS "libmtp" LIBMTP_FOUND ) -optional_component(IMOBILEDEVICE ON "Devices: iPod Touch, iPhone, iPad support" +optional_component(IMOBILEDEVICE ON "Devices: iPhone, iPod Touch, iPad and Apple TV support" DEPENDS "libimobiledevice" LIBIMOBILEDEVICE_FOUND DEPENDS "libplist" LIBPLIST_FOUND DEPENDS "libusbmuxd" LIBUSBMUXD_FOUND - DEPENDS "iPod classic support" LIBGPOD_FOUND + DEPENDS "libgpod" LIBGPOD_FOUND ) optional_component(SPARKLE ON "Sparkle integration"