mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 12:55:41 +02:00
meson: dl is a required library
This commit is contained in:
parent
f1fad90338
commit
9fbadb4ab1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ endif
|
||||||
|
|
||||||
# Common dependencies
|
# Common dependencies
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
dl = cc.find_library('dl', required : false)
|
dl = cc.find_library('dl')
|
||||||
threads = dependency('threads')
|
threads = dependency('threads')
|
||||||
fontconfig = dependency('fontconfig')
|
fontconfig = dependency('fontconfig')
|
||||||
cairo = dependency('cairo')
|
cairo = dependency('cairo')
|
||||||
|
|
Loading…
Add table
Reference in a new issue