build-sys: meson: Process subdirectories before generating configuration
authorArun Raghavan <arun@arunraghavan.net>
Thu, 22 Aug 2019 13:23:13 +0000 (18:53 +0530)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 22 Aug 2019 13:35:40 +0000 (19:05 +0530)
commit1172daf19b06a4169ba26cde570566f14a3ebdf2
tree23fb5dac828b8cd6b7ddc809299cc0b72350a05e
parentf515443fa0b6a8357f4372b88847aaf459ee1268
build-sys: meson: Process subdirectories before generating configuration

Subdirectories add to the top-level cdata (specifically, the SIMD
detection happens in the pulsecore meson.build), so we were missing
HAVE_MMX/SSE2/NEON defines without this fix.
meson.build