From 4a71fa74cff32e70cdeb8ac211780803f1fa22c6 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 14 Oct 2016 13:39:23 +0200 Subject: update mesa lib Change-Id: Ib539b9391b95029de425fd8a2edbef1ebad3fbb7 Signed-off-by: Ronan Le Martret --- meta-agl-bsp/recipes-graphics/mesa/mesa_11.%.bbappend | 6 ------ meta-agl-bsp/recipes-graphics/mesa/mesa_12.%.bbappend | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-agl-bsp/recipes-graphics/mesa/mesa_11.%.bbappend create mode 100644 meta-agl-bsp/recipes-graphics/mesa/mesa_12.%.bbappend (limited to 'meta-agl-bsp/recipes-graphics') diff --git a/meta-agl-bsp/recipes-graphics/mesa/mesa_11.%.bbappend b/meta-agl-bsp/recipes-graphics/mesa/mesa_11.%.bbappend deleted file mode 100644 index 49e527707..000000000 --- a/meta-agl-bsp/recipes-graphics/mesa/mesa_11.%.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -# The gallium-llvm is recommended as software 3D graphics renderer -GALLIUM_LLVM = "gallium-llvm" -PACKAGECONFIG_append_qemux86 = " gallium ${GALLIUM_LLVM}" -PACKAGECONFIG_append_qemux86-64 = " gallium ${GALLIUM_LLVM}" - -DRIDRIVERS_append_intel-corei7-64 = ",i965" diff --git a/meta-agl-bsp/recipes-graphics/mesa/mesa_12.%.bbappend b/meta-agl-bsp/recipes-graphics/mesa/mesa_12.%.bbappend new file mode 100644 index 000000000..49e527707 --- /dev/null +++ b/meta-agl-bsp/recipes-graphics/mesa/mesa_12.%.bbappend @@ -0,0 +1,6 @@ +# The gallium-llvm is recommended as software 3D graphics renderer +GALLIUM_LLVM = "gallium-llvm" +PACKAGECONFIG_append_qemux86 = " gallium ${GALLIUM_LLVM}" +PACKAGECONFIG_append_qemux86-64 = " gallium ${GALLIUM_LLVM}" + +DRIDRIVERS_append_intel-corei7-64 = ",i965" -- cgit 1.2.3-korg