diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-05-24 12:00:00 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-05-24 12:00:00 +0200 |
commit | f72d8fcb4e3d2490d9677c1f6401a8596d0f876e (patch) | |
tree | 329b6a8126513867ce5bb90bb7a23ed1bb8cbd59 /CMakeLists.txt | |
parent | 6822c15670ecee33f562d10dbeae6ebb1a9ec62c (diff) |
link with libcec instead of loading it dynamic
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 18568cd550..05ae2a6ad3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,6 +146,7 @@ set(optional_deps Alsa Bluetooth CAP CCache + CEC DBus LCMS2 LircClient @@ -165,7 +166,6 @@ set(required_dyload ASS) # Optional, dyloaded deps. Keep in alphabetical order please set(dyload_optional Bluray - CEC NFS Plist) |