projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea57d89
)
qte.mk: Use depends on for toolchain features
author
Daniel Laird
<danieljlaird@hotmail.com>
Fri, 30 Jan 2009 10:49:59 +0000
(10:49 -0000)
committer
Daniel Laird
<danieljlaird@hotmail.com>
Fri, 30 Jan 2009 10:49:59 +0000
(10:49 -0000)
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>
package/qte/Config.in
patch
|
blob
|
history
diff --git
a/package/qte/Config.in
b/package/qte/Config.in
index 7434a5e2c1aca3c40453efdcba8fd885ecae7970..2088c5f5aeec930a6728826b4a666eb61fc0bcab 100644
(file)
--- 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