aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa/mesa_10.%.bbappend
blob: 3f9d906c22df87bcfeae63161c8baaeffe443ed8 (plain)
1
2
3
4
5
6
# Enable freedreno driver
GALLIUMDRIVERS_append = ",freedreno"

PACKAGECONFIG_append = " gallium gallium-egl \
                         ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xa', '', d)} \
                       "