diff --git a/CMakeLists.txt b/CMakeLists.txt index 3202b8b..473ecb9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -279,14 +279,6 @@ optional_component(LIBPULSE ON "Pulse audio integration" optional_component(VISUALISATIONS ON "Visualisations") -if(NOT HAVE_SPOTIFY_BLOB AND NOT CRYPTOPP_FOUND) - message(FATAL_ERROR "Either crypto++ must be available or the non-GPL Spotify " - "code must be compiled in") -elseif(CRYPTOPP_FOUND) - set(HAVE_CRYPTOPP ON) - set(HAVE_SPOTIFY_DOWNLOADER ON) -endif() - # Find DBus if it's enabled if (HAVE_DBUS) find_package(Qt5 COMPONENTS DBus) value='fbebccf7f6459a7543defbbdb98abd26e9ac56e6'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/valgrind.scm
AgeCommit message (Expand)Author
2018-01-19Merge branch 'master' into core-updatesMark H Weaver
2018-01-18gnu: valgrind: Update to 3.13.0....* gnu/packages/valgrind.scm (valgrind): Update to 3.13.0. Tobias Geerinckx-Rice
2017-12-07gnu: valgrind: Fix test failure with glibc 2.26....* gnu/packages/patches/valgrind-glibc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/valgrind.scm (valgrind)[source](patches): Use it. Marius Bakke
2017-08-21gnu: valgrind: Add separate "doc" output....* gnu/packages/valgrind.scm (valgrind)[outputs]: New field. [arguments]: Add 'install-doc' phase. Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr> Dave Love