summaryrefslogtreecommitdiffstats
path: root/rules/host-mesalib.make
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-02-01 17:01:29 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-02-03 16:41:18 +0100
commit57d497e07022cd21eddddc667fa9f75281de101b (patch)
tree9d5981b98d86729381a1cb702314e5e76bcd48a4 /rules/host-mesalib.make
parentec258295c012503e013c2d959d341fdd1c73a93a (diff)
downloadptxdist-57d497e07022cd21eddddc667fa9f75281de101b.tar.gz
ptxdist-57d497e07022cd21eddddc667fa9f75281de101b.tar.xz
mesalib: version bump 10.3.3 -> 11.1.1
Update to latest stable versions. Also switch over to OOT builds, which makes working on the source much more comfortable as the source tree will not be cluttered with confilcting objects from the -host and -target builds. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-mesalib.make')
-rw-r--r--rules/host-mesalib.make11
1 files changed, 7 insertions, 4 deletions
diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
index 721fa677d..671a62a81 100644
--- a/rules/host-mesalib.make
+++ b/rules/host-mesalib.make
@@ -21,6 +21,7 @@ HOST_MESALIB_CONF_ENV := \
$(HOST_ENV) \
ac_cv_prog_PYTHON2=$(PTXDIST_TOPDIR)/bin/python
+HOST_MESALIB_BUILD_OOT := YES
HOST_MESALIB_CONF_TOOL := autoconf
HOST_MESALIB_CONF_OPT := \
$(HOST_AUTOCONF) \
@@ -34,7 +35,6 @@ HOST_MESALIB_CONF_OPT := \
--enable-opengl \
--disable-gles1 \
--disable-gles2 \
- --disable-openvg \
--disable-dri \
--disable-dri3 \
--disable-glx \
@@ -43,28 +43,31 @@ HOST_MESALIB_CONF_OPT := \
--disable-egl \
--disable-xa \
--disable-gbm \
+ --disable-nine \
--disable-xvmc \
--disable-vdpau \
+ --disable-va \
--disable-omx \
--disable-opencl \
--disable-opencl-icd \
--disable-xlib-glx \
- --disable-gallium-egl \
- --disable-gallium-gbm \
--disable-r600-llvm-compiler \
--disable-gallium-tests \
+ --disable-shader-cache \
--disable-shared-glapi \
--disable-sysfs \
+ --disable-glx-read-only-text \
--disable-driglx-direct \
--disable-glx-tls \
--disable-llvm-shared-libs \
--disable-gallium-llvm \
+ --with-sha1= \
--with-gallium-drivers= \
--with-dri-drivers=
$(STATEDIR)/host-mesalib.install:
@$(call targetinfo)
- install -D -m755 $(HOST_MESALIB_DIR)/src/glsl/glsl_compiler $(HOST_MESALIB_PKGDIR)/bin/mesa/glsl_compiler
+ install -D -m755 $(HOST_MESALIB_DIR)-build/src/glsl/glsl_compiler $(HOST_MESALIB_PKGDIR)/bin/mesa/glsl_compiler
@$(call touch)
# vim: syntax=make