meson: fix mips cpu_family test
authorJames Cowgill <jcowgill@debian.org>
Fri, 6 Apr 2018 14:38:54 +0000 (15:38 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 9 Apr 2018 11:57:33 +0000 (12:57 +0100)
commit07026694253fbc0f2b51e4b7b5b4a198f92e3fdf
tree03e943923ced07c626d85ac3fe67ab13a122e40a
parent15da42957bc6635f0c9bd52d9ea9e8b4e60fef2a
meson: fix mips cpu_family test

The cpu family "mipsel" does not exist in meson so the current test to
enable the HAVE_MIPSEL macro is always false. The real cpu family is
"mips" but this also matches big endian platforms so also check that the
endian is little.

https://bugzilla.gnome.org/attachment.cgi?id=370595
meson.build