X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meson.build;h=2ed517b1ba57d16fa6bff395ae1ccbab7f1d7681;hb=c5a4b229486a1b26890ed06ef251e473f0fd8c0b;hp=0daf9438bdecc33d6494afdfd452834e9eead690;hpb=c40f46aa4d2644b182b8ed554951e3afcb64c40a;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index 0daf943..2ed517b 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project('agl-compositor', 'c_std=gnu99', 'werror=true', ], - meson_version: '>= 0.53', + meson_version: '>= 0.60', license: 'MIT/Expat', ) @@ -171,6 +171,7 @@ srcs_agl_compositor = [ 'src/input.c', 'shared/option-parser.c', 'shared/os-compatibility.c', + 'shared/process-util.c', agl_shell_server_protocol_h, agl_shell_desktop_server_protocol_h, agl_screenshooter_server_protocol_h,