Fix build on Debian Stable

This commit is contained in:
nerdopolis 2022-11-27 18:46:05 -05:00 committed by Simon Ser
parent 9ec4541030
commit d9e71c87c7

View File

@ -47,6 +47,7 @@ fish_comp = dependency('fish', required: false)
libpam = cc.find_library('pam', required: get_option('pam'))
crypt = cc.find_library('crypt', required: not libpam.found())
math = cc.find_library('m')
rt = cc.find_library('rt')
git = find_program('git', required: false)
scdoc = find_program('scdoc', required: get_option('man-pages'))
@ -112,6 +113,7 @@ dependencies = [
client_protos,
gdk_pixbuf,
math,
rt,
xkbcommon,
wayland_client,
]