meson: remove dummy_cpp
authorDylan Baker <dylan@pnwbakers.com>
Mon, 16 Apr 2018 21:40:51 +0000 (14:40 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 24 Apr 2018 21:08:15 +0000 (14:08 -0700)
commit595021bf1a67346c7dfca652ef2dbcce3e2a6ca0
tree5e5f7b11473e99e1714690d398b8d417a6a05538
parentdb90c8627c41486056aeef9883ef0e4a5f245441
meson: remove dummy_cpp

meson has gotten pretty smart about tracking C and C++ dependencies
(internal and external), and using the right linker. This wasn't always
the case and we created empty c++ files to force the use of the c++
linker. We don't need that any more.

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