Config.in 781 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_LIBDRM
  2. bool "libdrm"
  3. depends on BR2_PACKAGE_XORG7
  4. depends on BR2_LARGEFILE
  5. select BR2_PACKAGE_XPROTO_GLPROTO
  6. select BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
  7. select BR2_PACKAGE_XLIB_LIBXXF86VM
  8. select BR2_PACKAGE_XLIB_LIBXMU
  9. select BR2_PACKAGE_XPROTO_DRI2PROTO
  10. select BR2_PACKAGE_PTHREAD_STUBS
  11. # libatomic_ops is only available on a subset of the supported
  12. # architectures, and we make the assumption that the intel
  13. # driver can only be used on x86 and x86_64 machines.
  14. select BR2_PACKAGE_LIBATOMIC_OPS if (BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL && (BR2_i386 || BR2_x86_64))
  15. help
  16. Direct Rendering Manager
  17. http://dri.freedesktop.org/libdrm/
  18. comment "libdrm requires a toolchain with LARGEFILE support"
  19. depends on BR2_PACKAGE_XORG7 && !BR2_LARGEFILE