From ae380fa19f904931f173089ee0e98a33a0e8b41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 28 Aug 2014 01:22:15 +0100 Subject: Do not build the same mesa in different strata, move to its own stratum --- strata/x-generic/mesa.morph | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 strata/x-generic/mesa.morph (limited to 'strata/x-generic') diff --git a/strata/x-generic/mesa.morph b/strata/x-generic/mesa.morph deleted file mode 100644 index 38078d12..00000000 --- a/strata/x-generic/mesa.morph +++ /dev/null @@ -1,21 +0,0 @@ -name: mesa -kind: chunk -build-system: autotools -configure-commands: -- | - cpu=$(echo $TARGET | cut -d '-' -f 1) - case "$cpu" in - x86_32|x64_64) - DRIDRIVERS=intel,i915,i965,swrast - ;; - *) - DRIDRIVERS=swrast - ;; - esac - ./autogen.sh --prefix="$PREFIX" \ - --enable-gles2 \ - --disable-gallium-egl \ - --with-egl-platforms=x11,drm,wayland \ - --enable-gbm --enable-shared-glapi \ - --with-gallium-drivers=swrast \ - --with-dri-drivers=$DRIDRIVERS -- cgit v1.2.1