Config.in 437 B

123456789101112131415
  1. config BR2_PACKAGE_LIBDRI2
  2. bool "libdri2"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
  4. depends on BR2_PACKAGE_XORG7
  5. select BR2_PACKAGE_LIBDRM
  6. select BR2_PACKAGE_XLIB_LIBXDAMAGE
  7. select BR2_PACKAGE_XLIB_LIBXEXT
  8. select BR2_PACKAGE_XORGPROTO
  9. help
  10. Library for the DRI2 extension to the X Window System.
  11. https://github.com/robclark/libdri2
  12. comment "libdri2 needs a toolchain w/ threads"
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS