summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a05e912c..2af08f9a 100644
--- a/meson.build
+++ b/meson.build
@@ -210,7 +210,7 @@ if _build_chamelium
xmlrpc_client,
gsl,
alsa,
- ], required : _chamelium_required)
+ ])
if xmlrpc.found() and xmlrpc_util.found() and xmlrpc_client.found() and gsl.found() and alsa.found() and libcurl.found()
config.set('HAVE_CHAMELIUM', 1)
chameliuminfo = 'Yes'