summaryrefslogtreecommitdiff
path: root/strata/mesa-common/mesa.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/mesa-common/mesa.morph')
-rw-r--r--strata/mesa-common/mesa.morph23
1 files changed, 0 insertions, 23 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
deleted file mode 100644
index 4194acc2..00000000
--- a/strata/mesa-common/mesa.morph
+++ /dev/null
@@ -1,23 +0,0 @@
-name: mesa
-kind: chunk
-build-system: autotools
-configure-commands:
-- |
- cpu=$(echo $TARGET | cut -d '-' -f 1)
- case "$cpu" in
- armv7lhf)
- DRIDRIVERS=no
- GALLIUMDRIVERS=nouveau,freedreno,svga,swrast,vc4
- ;;
- *)
- DRIDRIVERS=yes
- GALLIUMDRIVERS=yes
- ;;
- esac
- ./autogen.sh --prefix="$PREFIX" \
- --enable-gles2 \
- --disable-glx \
- --with-egl-platforms=drm,wayland \
- --with-gallium-drivers="$GALLIUMDRIVERS" \
- --with-dri-drivers="$DRIDRIVERS" \
- --enable-gallium-egl