diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cd6541bb9..bc5873340f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -154,6 +154,7 @@ set(optional_deps Alsa LircClient MDNS MicroHttpd + NFS PulseAudio Python SmbClient @@ -163,8 +164,7 @@ set(optional_deps Alsa ${PLATFORM_OPTIONAL_DEPS}) # Optional, dyloaded deps. Keep in alphabetical order please -set(dyload_optional NFS - Plist) +set(dyload_optional Plist) # Required tools find_package(TexturePacker REQUIRED) |