The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libdri2 / Config.in
1 config BR2_PACKAGE_LIBDRI2
2         bool "libdri2"
3         select BR2_PACKAGE_LIBDRM
4         select BR2_PACKAGE_XLIB_LIBXDAMAGE
5         select BR2_PACKAGE_XLIB_LIBXEXT
6         select BR2_PACKAGE_XPROTO_DRI2PROTO
7         depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
8         depends on BR2_PACKAGE_XORG7
9         help
10           Library for the DRI2 extension to the X Window System.
11
12           https://github.com/robclark/libdri2
13
14 comment "libdri2 needs a toolchain w/ threads"
15         depends on !BR2_TOOLCHAIN_HAS_THREADS