diff options
author | 2014-12-02 22:02:53 +0100 | |
---|---|---|
committer | 2014-12-15 11:36:22 +0100 | |
commit | ee13bd0c5189363162e883a6fc264b005e54902c (patch) | |
tree | a949672ae76c6a5300034a4344f368a124833feb /recipes-graphics/mesa | |
parent | 6cb230f80212f99941366772c51c2fc95ea1d838 (diff) | |
download | meta-qcom-ee13bd0c5189363162e883a6fc264b005e54902c.tar.gz meta-qcom-ee13bd0c5189363162e883a6fc264b005e54902c.tar.bz2 meta-qcom-ee13bd0c5189363162e883a6fc264b005e54902c.zip |
mesa.bbappend: enable XA gallium state tracker
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa_10.%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa_10.%.bbappend b/recipes-graphics/mesa/mesa_10.%.bbappend index e34b798..dfc54c7 100644 --- a/recipes-graphics/mesa/mesa_10.%.bbappend +++ b/recipes-graphics/mesa/mesa_10.%.bbappend @@ -1,4 +1,4 @@ # Enable freedreno driver GALLIUMDRIVERS_append = ",freedreno" -PACKAGECONFIG_append = " gallium gallium-egl" +PACKAGECONFIG_append = " gallium gallium-egl xa" |