diff options
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 22584b1..98b526f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ add_compile_options(-ffunction-sections -fdata-sections) ########################################################################### -pkg_check_modules(dependencies REQUIRED libafbwsc libsystemd pulseaudio-module-devel) +pkg_check_modules(dependencies REQUIRED libafbwsc libsystemd json-c pulseaudio-module-devel) pkg_get_variable(plugin_install_dir pulseaudio-module-devel modlibexecdir) add_definitions(${dependencies_CFLAGS}) |