meson: fix generated source inclusion on macOS and Windows
authorDylan Baker <dylan@pnwbakers.com>
Fri, 3 Nov 2017 21:54:03 +0000 (14:54 -0700)
committerJon Turney <jon.turney@dronecode.org.uk>
Thu, 30 Nov 2017 15:09:21 +0000 (15:09 +0000)
Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/mapi/glapi/meson.build

index 14ffa68ad0daa06a32ed2f7541008cd274e5cc7d..8856a95fb66af7cfdd713fbffdc80abc75459a5a 100644 (file)
@@ -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