mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-04 13:17:32 +01:00
Remove references to libindicate-qt
This commit is contained in:
parent
33117a1b44
commit
f2e6d665f3
@ -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
|
||||
)
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -27,7 +27,6 @@ Build-Depends: debhelper (>= 7),
|
||||
libplist-dev,
|
||||
libusbmuxd-dev,
|
||||
libmtp-dev,
|
||||
libindicate-qt-dev,
|
||||
libqjson-dev,
|
||||
protobuf-compiler,
|
||||
libprotobuf-dev,
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user