Commit 777de7ca authored by Daniel Laird's avatar Daniel Laird
Browse files

qte.mk: Use depends on for toolchain features



Buildroot is adopting depends on for toolchain features and
select for packages. Make this change in this file.
 
Signed-off-by: default avatarDaniel Laird <daniel.j.laird@nxp.com>
parent ea57d89b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ config BR2_PACKAGE_QTE
	bool "Qt/E"
	depends on BR2_DEPRECATED
	depends on BR2_INSTALL_LIBSTDCPP
	select BR2_PTHREADS_NATIVE
	depends on BR2_PTHREADS_NATIVE
	select BR2_PACKAGE_JPEG
	select BR2_PACKAGE_LIBPNG
	help