2007-08-10 21:07:51 +02:00
|
|
|
config BR2_PACKAGE_LIBDRM
|
|
|
|
bool "libdrm"
|
2010-03-31 12:15:02 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2010-07-20 21:35:24 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2010-03-31 12:15:02 +02:00
|
|
|
select BR2_PACKAGE_XPROTO_GLPROTO
|
|
|
|
select BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
|
|
|
|
select BR2_PACKAGE_XLIB_LIBXXF86VM
|
|
|
|
select BR2_PACKAGE_XLIB_LIBXMU
|
2013-03-20 10:49:19 +01:00
|
|
|
select BR2_PACKAGE_XLIB_LIBPCIACCESS
|
2010-03-31 12:15:02 +02:00
|
|
|
select BR2_PACKAGE_XPROTO_DRI2PROTO
|
2013-01-06 11:16:23 +01:00
|
|
|
select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
|
2012-03-20 12:11:04 +01:00
|
|
|
# libatomic_ops is only available on a subset of the supported
|
|
|
|
# architectures, and we make the assumption that the intel
|
|
|
|
# driver can only be used on x86 and x86_64 machines.
|
|
|
|
select BR2_PACKAGE_LIBATOMIC_OPS if (BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL && (BR2_i386 || BR2_x86_64))
|
2007-08-10 21:07:51 +02:00
|
|
|
help
|
2007-08-12 01:31:41 +02:00
|
|
|
Direct Rendering Manager
|
2008-06-14 23:01:16 +02:00
|
|
|
|
2007-08-12 01:31:41 +02:00
|
|
|
http://dri.freedesktop.org/libdrm/
|
2010-07-20 21:35:24 +02:00
|
|
|
|
|
|
|
comment "libdrm requires a toolchain with LARGEFILE support"
|
|
|
|
depends on BR2_PACKAGE_XORG7 && !BR2_LARGEFILE
|