X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;fp=meson.build;h=9b942f01546e84266e9958272f240b09952a4e8d;hb=18607e2245d1e9ccfdd19db894e4cfdb52def303;hp=3b92cca82faef6ef62c7ec303c040162dfe143a3;hpb=50f3305cfa8ef0713fbabdc9670e6856f7d8e69e;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index 3b92cca..9b942f0 100644 --- a/meson.build +++ b/meson.build @@ -220,6 +220,8 @@ if get_option('xwayland') config_h.set('BUILD_XWAYLAND', '1') srcs_agl_compositor += 'src/xwayland.c' + srcs_agl_compositor += 'shared/xalloc.c' + srcs_agl_compositor += 'shared/process-util.c' config_h.set_quoted('XSERVER_PATH', get_option('xwayland-path')) endif