[PATCH xserver 4/9] meson: Build libglx.so

Jon Turney jon.turney at dronecode.org.uk
Fri Apr 28 10:47:09 UTC 2017


On 27/04/2017 18:55, Adam Jackson wrote:
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> ---
>  glx/meson.build                |  5 +++++
>  hw/xfree86/dixmods/meson.build | 15 +++++++++++++++
>  meson.build                    |  2 ++
>  3 files changed, 22 insertions(+)
>
> diff --git a/glx/meson.build b/glx/meson.build
> index a29e53cfa..c5f5ecc8f 100644
> --- a/glx/meson.build
> +++ b/glx/meson.build
> @@ -48,3 +48,8 @@ if build_glx
>          ]
>      )
>  endif
> +
> +srcs_glxdri2 = ''

It seems this should be srcs_glxdri2 = [], otherwise it seems meson 
looks for a file named '' when the following condition isn't met.

> Meson encountered an error in file hw/xfree86/dixmods/meson.build, line 44, column 4:
> File  does not exist.

> +if build_dri2 or build_dri3
> +    srcs_glxdri2 = files('glxdri2.c')
> +endif


More information about the xorg-devel mailing list