From 506582851542d960b6e381d1562f2a47eb065a64 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 15 May 2018 22:27:37 +0200 Subject: [PATCH] Change description to Last.fm album cover provider --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 426506fe4..950a7cc4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -307,7 +307,7 @@ optional_component(LIBMTP ON "Devices: MTP support" DEPENDS "libmtp" LIBMTP_FOUND ) -optional_component(LIBLASTFM ON "Last.fm support" +optional_component(LIBLASTFM ON "Last.fm album cover provider" DEPENDS "liblastfm" LASTFM5_LIBRARIES LASTFM5_INCLUDE_DIRS )