2015-03-12 04:30:22 +08:00
|
|
|
config BR2_PACKAGE_LIBDRI2
|
|
|
|
bool "libdri2"
|
2017-04-23 01:17:58 +08:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
|
|
|
|
depends on BR2_PACKAGE_XORG7
|
2015-03-12 04:30:22 +08:00
|
|
|
select BR2_PACKAGE_LIBDRM
|
|
|
|
select BR2_PACKAGE_XLIB_LIBXDAMAGE
|
|
|
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
2018-07-21 22:16:34 +08:00
|
|
|
select BR2_PACKAGE_XORGPROTO
|
2015-03-12 04:30:22 +08:00
|
|
|
help
|
|
|
|
Library for the DRI2 extension to the X Window System.
|
|
|
|
|
|
|
|
https://github.com/robclark/libdri2
|
|
|
|
|
2015-03-31 05:07:30 +08:00
|
|
|
comment "libdri2 needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|