From b70189b563f0b099c31deed759912e78d209ef4c Mon Sep 17 00:00:00 2001 From: Robert Izzard <r.izzard@surrey.ac.uk> Date: Mon, 18 Nov 2019 17:04:38 +0800 Subject: [PATCH] more meson build cleanup --- meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index acb9198ee..6a2c9d632 100644 --- a/meson.build +++ b/meson.build @@ -212,7 +212,10 @@ dependencies += [ ############################################################ -# libraries : required and optional +# libraries : required and optional. +# +# Note that optional libraries are not built in +# on a generic build. # _required_libraries = [ 'c', -- GitLab