diff options
author | Craig Andrews <candrews@integralblue.com> | 2017-01-13 17:20:55 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2017-01-13 17:20:55 -0500 |
commit | eecda595f25cb86cfa1c2d168c92facaaa6e7287 (patch) | |
tree | 6769f988965cff4c649b01561bd173e5a37c278a | |
parent | 915e6a805dc45bb49fc7b64373e0f2812b834c92 (diff) |
[cmake] Cdio is unconditionally required
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2436ba96c0..9187e421c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,7 +102,7 @@ list(APPEND DEPLIBS ${CMAKE_THREAD_LIBS_INIT}) # Required dependencies set(required_deps Sqlite3 FreeType PCRE Cpluff LibDvd - TinyXML Python Yajl + TinyXML Python Yajl Cdio Lzo2 Fribidi TagLib FFMPEG CrossGUID) if(NOT WIN32) list(APPEND required_deps ZLIB) @@ -170,7 +170,6 @@ endif() if(ENABLE_OPTICAL) list(APPEND DEP_DEFINES -DHAS_DVD_DRIVE) - core_require_dep(Cdio) endif() if(ENABLE_LIRC) |