1config 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 12 https://github.com/robclark/libdri2 13 14comment "libdri2 needs a toolchain w/ threads" 15 depends on !BR2_TOOLCHAIN_HAS_THREADS 16