meson: dl is a required library

This commit is contained in:
Daniel Eklöf 2019-05-09 18:56:53 +02:00
parent f1fad90338
commit 9fbadb4ab1

View file

@ -30,7 +30,7 @@ endif
# Common dependencies
cc = meson.get_compiler('c')
dl = cc.find_library('dl', required : false)
dl = cc.find_library('dl')
threads = dependency('threads')
fontconfig = dependency('fontconfig')
cairo = dependency('cairo')