Config.in 909 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_HAS_LIBGBM
  2. bool
  3. config BR2_PACKAGE_PROVIDES_LIBGBM
  4. string
  5. depends on BR2_PACKAGE_HAS_LIBGBM
  6. # gbm implementations should select
  7. # BR2_PACKAGE_LIBGBM_HAS_FEATURE_FORMAT_MODIFIER_PLANE_COUNT if they
  8. # provide the format modifier plane count feature. This API was
  9. # initially introduced in mesa3d version 17. A gbm implementation
  10. # provides this feature if it is implement function
  11. # gbm_device_get_format_modifier_plane_count.
  12. config BR2_PACKAGE_LIBGBM_HAS_FEATURE_FORMAT_MODIFIER_PLANE_COUNT
  13. bool
  14. depends on BR2_PACKAGE_HAS_LIBGBM
  15. # gbm implementations should select
  16. # BR2_PACKAGE_LIBGBM_HAS_FEATURE_DMA_BUF if they provide the dma
  17. # buffer feature. This API was initially introduced in mesa3d version
  18. # 10. A gbm implementation provides this feature if it is implement
  19. # function gbm_bo_get_fd.
  20. config BR2_PACKAGE_LIBGBM_HAS_FEATURE_DMA_BUF
  21. bool
  22. depends on BR2_PACKAGE_HAS_LIBGBM