git: fix build with with no threads
[buildroot-gz.git] / package / libdri2 / Config.in
blobfff979e3ab0d850cf0ff50954c6119d55c9f1bd1
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.
12           https://github.com/robclark/libdri2
14 comment "libdri2 needs a toolchain w/ threads"
15         depends on !BR2_TOOLCHAIN_HAS_THREADS