From: Dylan Baker Date: Fri, 3 Nov 2017 21:54:03 +0000 (-0700) Subject: meson: fix generated source inclusion on macOS and Windows X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb5d663b3908de1ef173df8341b283dd00b8123b;p=mesa.git meson: fix generated source inclusion on macOS and Windows Reviewed-by: Jon Turney Reviewed-by: Eric Engestrom --- diff --git a/src/mapi/glapi/meson.build b/src/mapi/glapi/meson.build index 14ffa68ad0d..8856a95fb66 100644 --- a/src/mapi/glapi/meson.build +++ b/src/mapi/glapi/meson.build @@ -26,7 +26,7 @@ static_glapi_files = [] static_glapi_args = [] if ['apple', 'windows'].contains(with_dri_platform) - static_glapi_files += files('glapi_gentable.c') + static_glapi_files += [glapi_gentable_c, glapitable_h] endif if with_shared_glapi