mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
meson: fix glx test
That requires a generated header that was rolled into a loop.
fixes: a47c525f32 ("meson: build glx")
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
b20bccbcac
commit
3c66a461f3
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ foreach x : [['indirect_size.h', ['-m', 'size_h', '--header-tag', '_INDIRECT_SIZ
|
|||
capture : true,
|
||||
)
|
||||
endforeach
|
||||
glx_indirect_size_h = glx_generated[3]
|
||||
|
||||
glapi_x86_s = custom_target(
|
||||
'glapi_x86.S',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue