mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
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,
|
busybox, bzip2, cdrkit, cmake, dash, dhcp, dialog, diffutils,
|
||||||
distcc, dmalloc, dnsmasq, dropbear, e2fsprogs, fbv, file, flex,
|
distcc, dmalloc, dnsmasq, dropbear, e2fsprogs, fbv, file, flex,
|
||||||
fontconfig, gawk, gstreamer, gzip, intltool, ipsec-tools,
|
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,
|
liblockfile, libpng, links, linux-fusion, lmbench, lrzsz,
|
||||||
make, module-init-tools, mysql_client, nbd, ncurses, neon,
|
make, module-init-tools, mysql_client, nbd, ncurses, neon,
|
||||||
netcat, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite,
|
netcat, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite,
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBDRM
|
config BR2_PACKAGE_LIBDRM
|
||||||
bool "libdrm"
|
bool "libdrm"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
select BR2_PACKAGE_XPROTO_GLPROTO
|
select BR2_PACKAGE_XPROTO_GLPROTO
|
||||||
select BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
|
select BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
|
||||||
select BR2_PACKAGE_XLIB_LIBXXF86VM
|
select BR2_PACKAGE_XLIB_LIBXXF86VM
|
||||||
@ -12,3 +13,6 @@ config BR2_PACKAGE_LIBDRM
|
|||||||
Direct Rendering Manager
|
Direct Rendering Manager
|
||||||
|
|
||||||
http://dri.freedesktop.org/libdrm/
|
http://dri.freedesktop.org/libdrm/
|
||||||
|
|
||||||
|
comment "libdrm requires a toolchain with LARGEFILE support"
|
||||||
|
depends on BR2_PACKAGE_XORG7 && !BR2_LARGEFILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user