diff options
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 36702a00..6b0e4b1c 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
@@ -15,10 +15,7 @@ python () { | |||
15 | } | 15 | } |
16 | 16 | ||
17 | # Enable Etnaviv and Freedreno support | 17 | # Enable Etnaviv and Freedreno support |
18 | PACKAGECONFIG_append_use-mainline-bsp = " gallium" | 18 | PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro vc4 freedreno" |
19 | PACKAGECONFIG_append_use-mainline-bsp_armv7a = " etnaviv freedreno kmsro vc4" | ||
20 | PACKAGECONFIG_append_use-mainline-bsp_armv7ve = " etnaviv freedreno kmsro vc4" | ||
21 | PACKAGECONFIG_append_use-mainline-bsp_mx8 = " etnaviv kmsro vc4" | ||
22 | 19 | ||
23 | USE_OSMESA_ONLY ?= "no" | 20 | USE_OSMESA_ONLY ?= "no" |
24 | 21 | ||