[SCM] libgroove/upstream: build: fix typo in cmake output

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Tue May 13 03:19:09 UTC 2014


The following commit has been merged in the upstream branch:
commit 6fa980f201450052e1ccd78e727dba8cabdfa8ee
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Mon Apr 21 13:42:04 2014 -0700

    build: fix typo in cmake output

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 90069cf..59271ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,7 +74,7 @@ endif(DISABLE_LOUDNESS)
 
 # check for chromaprint
 if(DISABLE_FINGERPRINTER)
-  set(STATUS_CHROMAPRINT, "not needed")
+  set(STATUS_CHROMAPRINT "not needed")
 else(DISABLE_FINGERPRINTER)
   find_package(Chromaprint)
   if(CHROMAPRINT_FOUND)

-- 
libgroove packaging



More information about the pkg-multimedia-commits mailing list