From f2e6d665f370c42e47ca72e76edcf765c208da44 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 3 Feb 2015 13:48:32 +0100 Subject: [PATCH] Remove references to libindicate-qt --- CMakeLists.txt | 5 ----- debian/control | 1 - src/CMakeLists.txt | 9 --------- 3 files changed, 15 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ef255904..bafef3e0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,6 @@ pkg_check_modules(GSTREAMER_APP REQUIRED gstreamer-app-1.0) pkg_check_modules(GSTREAMER_AUDIO REQUIRED gstreamer-audio-1.0) pkg_check_modules(GSTREAMER_BASE REQUIRED gstreamer-base-1.0) pkg_check_modules(GSTREAMER_TAG REQUIRED gstreamer-tag-1.0) -pkg_check_modules(INDICATEQT indicate-qt) pkg_check_modules(LIBGPOD libgpod-1.0>=0.7.92) pkg_check_modules(LIBMTP libmtp>=1.0) pkg_check_modules(LIBMYGPO_QT libmygpo-qt>=1.0.7) @@ -233,10 +232,6 @@ optional_component(LIBMTP ON "Devices: MTP support" DEPENDS "libmtp" LIBMTP_FOUND ) -optional_component(SOUNDMENU ON "Gnome sound menu integration" - DEPENDS "indicate-qt" INDICATEQT_FOUND -) - optional_component(LIBLASTFM ON "Last.fm support" DEPENDS "liblastfm" LASTFM_LIBRARIES LASTFM_INCLUDE_DIRS ) diff --git a/debian/control b/debian/control index a8d4d1ecd..9e52e85cf 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,6 @@ Build-Depends: debhelper (>= 7), libplist-dev, libusbmuxd-dev, libmtp-dev, - libindicate-qt-dev, libqjson-dev, protobuf-compiler, libprotobuf-dev, diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2ed48ff53..917db286a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -43,11 +43,6 @@ include_directories(${MYGPOQT_INCLUDE_DIRS}) find_package(OpenGL) include_directories(${OPENGL_INCLUDE_DIR}) -if(HAVE_LIBINDICATE) - link_directories(${INDICATEQT_LIBRARY_DIRS}) - include_directories(${INDICATEQT_INCLUDE_DIRS}) -endif(HAVE_LIBINDICATE) - if(HAVE_LIBLASTFM) include_directories(${LASTFM_INCLUDE_DIRS}) endif(HAVE_LIBLASTFM) @@ -1289,10 +1284,6 @@ if(HAVE_LIBMTP) target_link_libraries(clementine_lib ${LIBMTP_LIBRARIES}) endif(HAVE_LIBMTP) -if(HAVE_LIBINDICATE) - target_link_libraries(clementine_lib ${INDICATEQT_LIBRARIES}) -endif(HAVE_LIBINDICATE) - if(HAVE_BREAKPAD) if (LINUX) target_link_libraries(clementine_lib breakpad)