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: Daniel Laird <daniel.j.laird@nxp.com>
This commit is contained in:
parent
ea57d89bcc
commit
777de7caa5
@ -2,7 +2,7 @@ config BR2_PACKAGE_QTE
|
|||||||
bool "Qt/E"
|
bool "Qt/E"
|
||||||
depends on BR2_DEPRECATED
|
depends on BR2_DEPRECATED
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
select BR2_PTHREADS_NATIVE
|
depends on BR2_PTHREADS_NATIVE
|
||||||
select BR2_PACKAGE_JPEG
|
select BR2_PACKAGE_JPEG
|
||||||
select BR2_PACKAGE_LIBPNG
|
select BR2_PACKAGE_LIBPNG
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user