From 7931f63dbe58518b8a2ae21d07b8799e00803d3f Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Sun, 4 Mar 2018 13:32:18 -0500 Subject: [PATCH] remove llvmpipe so llvm isn't needed on the image --- meta-citadel/recipes-core/mesa/mesa_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-citadel/recipes-core/mesa/mesa_%.bbappend b/meta-citadel/recipes-core/mesa/mesa_%.bbappend index 388b4b4..9287e41 100644 --- a/meta-citadel/recipes-core/mesa/mesa_%.bbappend +++ b/meta-citadel/recipes-core/mesa/mesa_%.bbappend @@ -1,2 +1,2 @@ -PACKAGECONFIG_append = " gallium gallium-llvm" +PACKAGECONFIG_append = " gallium " GALLIUMDRIVERS_append = ",virgl"