X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;h=26f70fde140c78f095e8ac6c8c1bfec9e4da0c11;hb=76fa1b83638310c23bf3ca952e4479499b8ecb43;hp=0daf9438bdecc33d6494afdfd452834e9eead690;hpb=c40f46aa4d2644b182b8ed554951e3afcb64c40a;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index 0daf943..26f70fd 100644 --- a/meson.build +++ b/meson.build @@ -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, @@ -295,3 +296,7 @@ install_data( common_inc = [ include_directories('src'), include_directories('.') ] subdir('clients') + +if get_option('grpc-proxy') + subdir('grpc-proxy') +endif