Skip to content

Commit

Permalink
mesa: stop requiring the XA tracker
Browse files Browse the repository at this point in the history
The XA tracker is only useful for the VMWare DDX driver. Drop it from
PACKAGECONFIG_FREEDRENO.

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed Dec 22, 2023
1 parent 104fd6f commit 47ebba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes-graphics/mesa/mesa_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ PACKAGECONFIG_FREEDRENO = "\
freedreno \
tools \
${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'freedreno-fdperf', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xa', '', d)} \
"

PACKAGECONFIG:append:qcom = "${PACKAGECONFIG_FREEDRENO}"

0 comments on commit 47ebba5

Please sign in to comment.