# HG changeset patch # User Scoopta # Date 1667083149 25200 # Sat Oct 29 15:39:09 2022 -0700 # Node ID ea943161622b1954f08057a0f1755cf7eb064aec # Parent e380074c84bb87a403b4ddef0cb81da3223af8a3 Fixed indentation diff --git a/meson.build b/meson.build --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ if get_option('use_scpy') sources += ['src/scpy_source.c', 'proto/wlr-screencopy-unstable-v1-protocol.c'] - deps += cc.find_library('rt') + deps += cc.find_library('rt') add_project_arguments('-DENABLE_SCPY', language : 'c') endif