Meson: Can't build without prior tolua
Compared to autotools build, meson based build currently has a regression that it can't build tolua for itself to use. If there is no tolua available in the system when the build starts, build cannot success.
Got a build failure of tolua because tolua.h is not in the include path.
New version adds include path to tolua's own include directory
Compared to autotools build, meson based build currently has a regression that it can't build tolua for itself to use. If there is no tolua available in the system when the build starts, build cannot success.