mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
meson: Add missing pthread dependency for libxserver_os library
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
@@ -87,6 +87,10 @@ if srcs_libc.length() > 0
|
||||
)
|
||||
endif
|
||||
|
||||
if enable_input_thread
|
||||
os_dep += cc.find_library('pthread')
|
||||
endif
|
||||
|
||||
libxserver_os = static_library('libxserver_os',
|
||||
srcs_os,
|
||||
include_directories: inc,
|
||||
|
||||
Reference in New Issue
Block a user