package/mesa3d: always pass --with-platforms
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 17 Jun 2017 07:19:57 +0000 (09:19 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 17 Jun 2017 13:08:02 +0000 (15:08 +0200)
commit3edaa9d24c52d45fe6f408c90d6875f63c47fe64
tree323aaa21237631db5440d32786dcb169aab70a73
parentb2cbef3281b874f2cd9a215a5078e7fc4985da53
package/mesa3d: always pass --with-platforms

If --with-platforms is not used mesa3d defaults to x11:
https://cgit.freedesktop.org/mesa/mesa/tree/configure.ac?h=17.1#n1641
https://cgit.freedesktop.org/mesa/mesa/tree/configure.ac?h=17.1#n1659

This will break configure when x11 is not needed because the defconfig
has no mesa3d drivers enabled. To solve the problem we always pass
--with-platforms, even with empty values and also for non-egl builds.

Fixes
http://autobuild.buildroot.net/results/d16/d16b39d16b5bee5c09b1e996941a275a4337c3c1/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mesa3d/mesa3d.mk