mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
package/mesa3d: depend on udev
checking for LIBUDEV... no configure: error: libudev-dev required for building DRI Fixes http://autobuild.buildroot.net/results/16d/16d12b986051db884eae86e9658e6c4fc0f28885/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4b8a395fd2
commit
f95cecf586
@ -10,6 +10,7 @@ menuconfig BR2_PACKAGE_MESA3D
|
|||||||
select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XSERVER_XORG_SERVER
|
select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||||
select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XSERVER_XORG_SERVER
|
select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||||
select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XSERVER_XORG_SERVER
|
select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||||
|
depends on BR2_PACKAGE_HAS_UDEV
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
@ -125,6 +126,6 @@ config BR2_PACKAGE_PROVIDES_LIBGLES
|
|||||||
|
|
||||||
endif # BR2_PACKAGE_MESA3D
|
endif # BR2_PACKAGE_MESA3D
|
||||||
|
|
||||||
comment "mesa3d needs a toolchain w/ C++, largefile, NPTL"
|
comment "mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL"
|
||||||
depends on !BR2_LARGEFILE || !BR2_INSTALL_LIBSTDCPP || \
|
depends on !BR2_LARGEFILE || !BR2_INSTALL_LIBSTDCPP || \
|
||||||
!BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_PACKAGE_HAS_UDEV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user