Commit 917d11ba authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files
parent cc96e8a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
comment "gnuradio needs a toolchain w/ C++, IPV6, threads, largefile, wchar"
comment "gnuradio needs a toolchain w/ C++, IPV6, NPTL, largefile, wchar"
	depends on BR2_USE_MMU
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || \
		!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_LARGEFILE || \
		!BR2_INET_IPV6

config BR2_PACKAGE_GNURADIO
@@ -9,7 +9,7 @@ config BR2_PACKAGE_GNURADIO
	depends on BR2_INET_IPV6 # boost
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_LARGEFILE # boost
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
	depends on BR2_USE_MMU # use fork()
	depends on BR2_USE_WCHAR # boost
	select BR2_PACKAGE_BOOST