From 7df7f3b427739ff7d69da2ba218da0124822892c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:39:48 +0000 Subject: Remove all .morph files and files from the old format --- strata/mesa-common/mesa.morph | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 strata/mesa-common/mesa.morph (limited to 'strata/mesa-common') diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph deleted file mode 100644 index abd58b87..00000000 --- a/strata/mesa-common/mesa.morph +++ /dev/null @@ -1,24 +0,0 @@ -name: mesa -kind: chunk -build-system: autotools -configure-commands: -- | - cpu=$(echo $TARGET | cut -d '-' -f 1) - case "$cpu" in - arm*) - DRIDRIVERS=no - GALLIUMDRIVERS=nouveau,freedreno,svga,swrast,vc4 - VULKANDRIVERS=no - ;; - *) - DRIDRIVERS=yes - GALLIUMDRIVERS=r300,svga,swrast,virgl,swr - VULKANDRIVERS=intel - ;; - esac - ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc \ - --enable-gles2 \ - --with-egl-platforms=drm,wayland,x11 \ - --with-vulkan-drivers="$VULKANDRIVERS" \ - --with-gallium-drivers="$GALLIUMDRIVERS" \ - --with-dri-drivers="$DRIDRIVERS" -- cgit v1.2.1