aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa/mesa_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/mesa/mesa_%.bbappend')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index a896177..3f4a6e2 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -3,7 +3,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
# Enable freedreno driver
PACKAGECONFIG_FREEDRENO = "\
freedreno \
- ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xa', '', d)} \
+ tools \
+ ${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'freedreno-fdperf', '', d)} \
"
PACKAGECONFIG:append:qcom = "${PACKAGECONFIG_FREEDRENO}"