Meson based build generates different tolua_*_gen.h headers than autotools build. Autotools build generates the headers to source directory, and in case of tarball they are present even if there's never made autotools build from that tarball. As the headers are looked first from the source directory (included with ""), meson based builds are getting the wrong autotools generated headers.
Lets include those headers with <> instead, so that version in build directory is found first.
Meson based build generates different tolua_*_gen.h headers than autotools build. Autotools build generates the headers to source directory, and in case of tarball they are present even if there's never made autotools build from that tarball. As the headers are looked first from the source directory (included with ""), meson based builds are getting the wrong autotools generated headers.
Lets include those headers with <> instead, so that version in build directory is found first.