From 616fe655315ed287c15533ae5cf307b8a53c1142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 21 Sep 2014 02:40:29 +0000 Subject: mesa.morph: Build nouveau driver as well So we support Tegra K1 graphics / GK20A by default --- strata/mesa-common/mesa.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'strata/mesa-common/mesa.morph') diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph index 733e1b1f..42738e6d 100644 --- a/strata/mesa-common/mesa.morph +++ b/strata/mesa-common/mesa.morph @@ -6,10 +6,10 @@ configure-commands: cpu=$(echo $TARGET | cut -d '-' -f 1) case "$cpu" in x86_32|x64_64) - DRIDRIVERS=intel,i915,i965,swrast + DRIDRIVERS=intel,i915,i965,swrast,nouveau ;; *) - DRIDRIVERS=swrast + DRIDRIVERS=swrast,nouveau ;; esac ./autogen.sh --prefix="$PREFIX" \ -- cgit v1.2.1 From 16d7c5526e09a764208df26398af61efd49ba02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 22 Sep 2014 02:03:42 +0100 Subject: mesa.morph: remove reference to build "intel" driver It doesnt exist anymore --- strata/mesa-common/mesa.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strata/mesa-common/mesa.morph') diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph index 42738e6d..44a9af85 100644 --- a/strata/mesa-common/mesa.morph +++ b/strata/mesa-common/mesa.morph @@ -6,7 +6,7 @@ configure-commands: cpu=$(echo $TARGET | cut -d '-' -f 1) case "$cpu" in x86_32|x64_64) - DRIDRIVERS=intel,i915,i965,swrast,nouveau + DRIDRIVERS=i915,i965,swrast,nouveau ;; *) DRIDRIVERS=swrast,nouveau -- cgit v1.2.1