Skip to content

Commit

Permalink
Merge pull request #2063 from nxp-upstream/glmark
Browse files Browse the repository at this point in the history
glmark: Simplify logic for DRM config
  • Loading branch information
otavio authored Jan 9, 2025
2 parents e9ce9ad + 9a76d3a commit fd31551
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Only _mx8 machine do provide virtual/libgbm required for any drm* flavour
DRM-REMOVE:imxgpu = "drm-gl drm-gles2"
DRM-REMOVE:imxgpu:mx8-nxp-bsp = ""
DRM-REMOVE:imxgpu:mx95-nxp-bsp = ""
# 6 and 7 Vivante do not provide virtual/libgbm required for any drm* flavour
DRM-REMOVE = ""
DRM-REMOVE:imxgpu:mx6-nxp-bsp = "drm-gl drm-gles2"
DRM-REMOVE:imxgpu:mx7-nxp-bsp = "drm-gl drm-gles2"
PACKAGECONFIG:remove = "${DRM-REMOVE}"

0 comments on commit fd31551

Please sign in to comment.