mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
libdrm: needs threads
libdrm select libpthread-stubs that needs threads support. Fixes: http://autobuild.buildroot.net/results/1da/1dad13110312a44b40b9ee4050b265de1f3c8a42/build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
467122e64a
commit
6ef45ec142
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBDRM
|
config BR2_PACKAGE_LIBDRM
|
||||||
bool "libdrm"
|
bool "libdrm"
|
||||||
select BR2_PACKAGE_LIBPTHREAD_STUBS
|
select BR2_PACKAGE_LIBPTHREAD_STUBS
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
Direct Rendering Manager
|
Direct Rendering Manager
|
||||||
@ -59,5 +60,5 @@ endmenu
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "libdrm needs a toolchain w/ largefile"
|
comment "libdrm needs a toolchain w/ largefile, threads"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user