Added RT library to scpy dependencies
1 files changed, 1 insertions(+), 0 deletions(-) M meson.build
M meson.build +1 -0
@@ 13,6 13,7 @@ deps = [wayland, obs, dl] if get_option('use_scpy') sources += ['src/scpy_source.c', 'proto/wlr-screencopy-unstable-v1-protocol.c'] + deps += cc.find_library('rt') add_project_arguments('-DENABLE_SCPY', language : 'c') endif