aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/mesa/mesa_10.%.bbappend4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa_10.%.bbappend b/recipes-graphics/mesa/mesa_10.%.bbappend
index dfc54c7..3f9d906 100644
--- a/recipes-graphics/mesa/mesa_10.%.bbappend
+++ b/recipes-graphics/mesa/mesa_10.%.bbappend
@@ -1,4 +1,6 @@
# Enable freedreno driver
GALLIUMDRIVERS_append = ",freedreno"
-PACKAGECONFIG_append = " gallium gallium-egl xa"
+PACKAGECONFIG_append = " gallium gallium-egl \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xa', '', d)} \
+ "