summaryrefslogtreecommitdiff
path: root/strata/x-generic
diff options
context:
space:
mode:
Diffstat (limited to 'strata/x-generic')
-rw-r--r--strata/x-generic/mesa.morph21
1 files changed, 0 insertions, 21 deletions
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