On 27/04/2017 18:55, Adam Jackson wrote:
Signed-off-by: Adam Jackson <a...@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
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to