libdrm: needs LARGEFILE support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7be1fd6c68
commit
f242065eff
2
CHANGES
2
CHANGES
@ -18,7 +18,7 @@
|
||||
busybox, bzip2, cdrkit, cmake, dash, dhcp, dialog, diffutils,
|
||||
distcc, dmalloc, dnsmasq, dropbear, e2fsprogs, fbv, file, flex,
|
||||
fontconfig, gawk, gstreamer, gzip, intltool, ipsec-tools,
|
||||
iptables, libart, libcgi, libfuse, libgpg-error, libidn,
|
||||
iptables, libart, libcgi, libdrm, libfuse, libgpg-error, libidn,
|
||||
liblockfile, libpng, links, linux-fusion, lmbench, lrzsz,
|
||||
make, module-init-tools, mysql_client, nbd, ncurses, neon,
|
||||
netcat, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite,
|
||||
|
@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_LIBDRM
|
||||
bool "libdrm"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on BR2_LARGEFILE
|
||||
select BR2_PACKAGE_XPROTO_GLPROTO
|
||||
select BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
|
||||
select BR2_PACKAGE_XLIB_LIBXXF86VM
|
||||
@ -12,3 +13,6 @@ config BR2_PACKAGE_LIBDRM
|
||||
Direct Rendering Manager
|
||||
|
||||
http://dri.freedesktop.org/libdrm/
|
||||
|
||||
comment "libdrm requires a toolchain with LARGEFILE support"
|
||||
depends on BR2_PACKAGE_XORG7 && !BR2_LARGEFILE
|
||||
|
Loading…
Reference in New Issue
Block a user