diff options
| author | Daniel Laird | 2009-01-30 11:49:59 +0100 |
|---|---|---|
| committer | Daniel Laird | 2009-01-30 11:49:59 +0100 |
| commit | 777de7caa5ddf88a46bce88f3eebaabc0daee939 (patch) | |
| tree | eca827266302eeb3a65fbb6dada7368666c9db72 | |
| parent | toolchain/gcc/4.3.2: accept abi=aapcs-linux for EABI (diff) | |
| download | buildroot-777de7caa5ddf88a46bce88f3eebaabc0daee939.tar.gz buildroot-777de7caa5ddf88a46bce88f3eebaabc0daee939.tar.xz buildroot-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 |
