summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2017-06-06 11:26:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-07 12:14:20 +0200
commit320e3d483880c170b9bb928783f497833e194258 (patch)
treeb59606eca9213f3565a1dd3a2b81d2cc6cd7d3dd
parent272a7bcc6eb17ee5e7836dadfa95387316fcd5ee (diff)
downloadptxdist-320e3d483880c170b9bb928783f497833e194258.tar.gz
ptxdist-320e3d483880c170b9bb928783f497833e194258.tar.xz
host-mesalib: disable platformsptxdist-2017.06.0
Mesa defaults to building the surfaceless platform, which depends on libdrm >= 2.4.75 as of Mesa 17.1.2. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-mesalib.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
index 48702ac13..2e9a5ff60 100644
--- a/rules/host-mesalib.make
+++ b/rules/host-mesalib.make
@@ -62,7 +62,8 @@ HOST_MESALIB_CONF_OPT := \
--disable-libglvnd \
--with-gallium-drivers= \
--with-dri-drivers= \
- --without-vulkan-drivers
+ --without-vulkan-drivers \
+ --with-platforms=
$(STATEDIR)/host-mesalib.install:
@$(call targetinfo)