mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user