* [ptxdist] [PATCH] mesalib: version bump 12.0.3 -> 13.0.1
@ 2016-11-22 10:36 Lucas Stach
0 siblings, 0 replies; only message in thread
From: Lucas Stach @ 2016-11-22 10:36 UTC (permalink / raw)
To: ptxdist
Enabled shared-glapi in host-mesalib as the non-shared build without
GLES is broken and enabling this option is lower impact than trying
to fix the build locally in ptxdist.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
rules/host-mesalib.make | 5 +++--
rules/mesalib.make | 7 ++++---
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
index 3a60c10d6fd5..1619d209af49 100644
--- a/rules/host-mesalib.make
+++ b/rules/host-mesalib.make
@@ -36,6 +36,8 @@ HOST_MESALIB_CONF_OPT := \
--disable-gles1 \
--disable-gles2 \
--disable-dri \
+ --disable-gallium-extra-hud \
+ --disable-lmsensors \
--disable-dri3 \
--disable-glx \
--disable-osmesa \
@@ -52,8 +54,7 @@ HOST_MESALIB_CONF_OPT := \
--disable-opencl-icd \
--disable-gallium-tests \
--disable-shader-cache \
- --disable-shared-glapi \
- --disable-sysfs \
+ --enable-shared-glapi \
--disable-glx-read-only-text \
--disable-driglx-direct \
--disable-glx-tls \
diff --git a/rules/mesalib.make b/rules/mesalib.make
index 5e531f7740c6..9325ebcdc04e 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
#
# Paths and names
#
-MESALIB_VERSION := 12.0.3
-MESALIB_MD5 := 1113699c714042d8c4df4766be8c57d8
+MESALIB_VERSION := 13.0.1
+MESALIB_MD5 := 72b7f4d0c2407f367484abd201cb8276
MESALIB := mesa-$(MESALIB_VERSION)
MESALIB_SUFFIX := tar.xz
MESALIB_URL := ftp://ftp.freedesktop.org/pub/mesa/$(MESALIB_VERSION)/$(MESALIB).$(MESALIB_SUFFIX)
@@ -94,6 +94,8 @@ MESALIB_CONF_OPT := \
--$(call ptx/endis, PTXCONF_MESALIB_GLES1)-gles1 \
--$(call ptx/endis, PTXCONF_MESALIB_GLES2)-gles2 \
--enable-dri \
+ --disable-gallium-extra-hud \
+ --disable-lmsensors \
--disable-dri3 \
--$(call ptx/endis, PTXCONF_MESALIB_GLX)-glx \
--disable-osmesa \
@@ -111,7 +113,6 @@ MESALIB_CONF_OPT := \
--disable-gallium-tests \
--disable-shader-cache \
--enable-shared-glapi \
- --disable-sysfs \
--disable-glx-read-only-text \
--enable-driglx-direct \
--enable-glx-tls \
--
2.10.2
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-22 10:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-22 10:36 [ptxdist] [PATCH] mesalib: version bump 12.0.3 -> 13.0.1 Lucas Stach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox