meson: Use static linking for aml subproject
parent
56ffc014ca
commit
31fcdc9d78
|
@ -44,7 +44,8 @@ else
|
||||||
libvncclient = dependency('libvncclient')
|
libvncclient = dependency('libvncclient')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
aml_project = subproject('aml', required: false)
|
aml_project = subproject('aml', required: false,
|
||||||
|
default_options: ['default_library=static'])
|
||||||
if aml_project.found()
|
if aml_project.found()
|
||||||
aml = aml_project.get_variable('aml_dep')
|
aml = aml_project.get_variable('aml_dep')
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue