diff options
author | Daniel Laird <danieljlaird@hotmail.com> | 2009-01-30 10:49:59 +0000 |
---|---|---|
committer | Daniel Laird <danieljlaird@hotmail.com> | 2009-01-30 10:49:59 +0000 |
commit | 777de7caa5ddf88a46bce88f3eebaabc0daee939 (patch) | |
tree | eca827266302eeb3a65fbb6dada7368666c9db72 | |
parent | ea57d89bcc6ef6b09dd779f7c81259f403b93e71 (diff) | |
download | buildroot-novena-777de7caa5ddf88a46bce88f3eebaabc0daee939.tar.gz buildroot-novena-777de7caa5ddf88a46bce88f3eebaabc0daee939.zip |
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>
-rw-r--r-- | package/qte/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qte/Config.in b/package/qte/Config.in index 7434a5e2c..2088c5f5a 100644 --- a/package/qte/Config.in +++ b/package/qte/Config.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 |