meson: Fix building of qmlgl plugin on Android
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 29 Jan 2019 06:42:51 +0000 (12:12 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Tue, 29 Jan 2019 06:49:37 +0000 (12:19 +0530)
commit8f9ca07756ef1df10afaa81e8660c5818ca484fd
treee69118eae74408aaf950d534dbb8ab09560c33af
parenta329a3a2c6ab0d53f5131db1d1234c2e91227e0e
meson: Fix building of qmlgl plugin on Android

Needs gnustl for C++ STL support, which is the GNU STL on Android API
19 and older, and is a wrapper for the llvm-libc++ STL on newer APIs.

QtGui C++ templates use GL functions, so GLESv2 is needed at link time
ext/qt/meson.build