Cantata needs MTP>=1.1.0

This commit is contained in:
craig.p.drummond
2013-10-09 17:04:13 +00:00
committed by craig.p.drummond
parent 57f308fc15
commit 8664430e31
2 changed files with 6 additions and 3 deletions

View File

@@ -23,8 +23,7 @@
used.
10. Add ability to 'filter search' stream categories.
11. Add option to prevent system from suspending whilst playing (Linux only).
12. If playqueue is cleared when dynamizer is running, then also stop
dynamizer.
12. If playqueue is cleared when dynamizer is running, then also stop dynamizer.
13. Create a new SizeGrip class, so that we can force the size-grip on the main
window to have the same height as toolbuttons - this makes it align to the
bottom.
@@ -67,6 +66,10 @@
34. Prompt before clearing playqueue.
35. Only show config pages, and tabs, that are relevant to the enabled views.
1.1.4
-----
1. Cantata requires libMTP 1.1.0 or newer.
1.1.3
-----
1. (Hopefully) fix selection order of items - and order added to playqueue.

View File

@@ -31,7 +31,7 @@ else (MTP_INCLUDE_DIR AND MTP_LIBRARIES AND MTP_VERSION_OKAY)
${_MTP_LIBRARY_DIRS}
)
exec_program(${PKG_CONFIG_EXECUTABLE} ARGS --atleast-version=1.0.0 libmtp OUTPUT_VARIABLE _pkgconfigDevNull RETURN_VALUE MTP_VERSION_OKAY)
exec_program(${PKG_CONFIG_EXECUTABLE} ARGS --atleast-version=1.1.0 libmtp OUTPUT_VARIABLE _pkgconfigDevNull RETURN_VALUE MTP_VERSION_OKAY)
if (MTP_INCLUDE_DIR AND MTP_LIBRARIES AND MTP_VERSION_OKAY STREQUAL "0")
set(MTP_FOUND TRUE)