From 5169238c51dbbf9907ee4dd9c560bb43d6dba493 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 29 Jan 2014 14:17:36 +0100 Subject: host-mesalib: cleanup Share the patches with target mesalib and update the configure options to the latest version. Signed-off-by: Michael Olbrich --- rules/host-mesalib.make | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'rules/host-mesalib.make') diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make index fddf63b0b..b3401d466 100644 --- a/rules/host-mesalib.make +++ b/rules/host-mesalib.make @@ -13,8 +13,6 @@ # HOST_PACKAGES-$(PTXCONF_HOST_MESALIB) += host-mesalib -HOST_MESALIB_DIR = $(HOST_BUILDDIR)/Mesa-$(MESALIB_VERSION) - # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- @@ -42,12 +40,12 @@ HOST_MESALIB_CONF_OPT := \ --disable-osmesa \ --disable-gallium-osmesa \ --disable-egl \ - --disable-xorg \ --disable-xa \ --disable-gbm \ --disable-xvmc \ --disable-vdpau \ --disable-opencl \ + --disable-opencl-icd \ --disable-xlib-glx \ --disable-gallium-egl \ --disable-gallium-gbm \ @@ -58,8 +56,7 @@ HOST_MESALIB_CONF_OPT := \ --disable-glx-tls \ --disable-gallium-llvm \ --with-gallium-drivers= \ - --with-dri-drivers= \ - --without-expat + --with-dri-drivers= $(STATEDIR)/host-mesalib.install: @$(call targetinfo) -- cgit v1.2.3