OSDN Git Service

meson: remove workaround for custom target creating .h and .c files
authorDylan Baker <dylan@pnwbakers.com>
Mon, 16 Apr 2018 21:34:35 +0000 (14:34 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 24 Apr 2018 21:08:15 +0000 (14:08 -0700)
commit92550d9b16d2b295bdac087f31b1fd6d0f808e02
treea0ee8a712e278076e1358e2b202d5702cbd7efdd
parent5a670d08c02c2fdfd8eb57914939045c1bdfb9b4
meson: remove workaround for custom target creating .h and .c files

In more modern versions of meson a custom_target returns an index-able
object. This allows us to create accurate dependency models for targets
that rely only on the header and not on the code from anv_entrypoints.

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/intel/vulkan/meson.build