From f4a821304ebf74fc3c54de80a4058658bbc501ee Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Tue, 9 Dec 2014 13:17:15 +0100 Subject: [PATCH] meta-tizen: mesa: document the llvm and thus meta-openembedded dependency Change-Id: I703359ecb3af605814c4843f6824d409d0b3212d (From meta-tizen rev: 2f6b20d14f7523325c743ec2dee9f80258e6bb7a) Signed-off-by: Patrick Ohly --- .../meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend b/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend index 71c014b..00a188d 100644 --- a/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend +++ b/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa_%.bbappend @@ -1,5 +1,8 @@ SECTION = "Graphics & UI Framework/Hardware Adaptation" +# Enabling gallium-llvm creates a dependency on llvm. +# meta-openembedded provides that. + PACKAGECONFIG_append = " gallium" PACKAGECONFIG_append = " gallium-egl" PACKAGECONFIG_append = " gallium-gbm" -- 2.7.4