projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef53dd3
)
Use select instead of depends for dependencies
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 22 May 2007 07:42:32 +0000
(07:42 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 22 May 2007 07:42:32 +0000
(07:42 -0000)
package/dillo/Config.in
patch
|
blob
|
history
diff --git
a/package/dillo/Config.in
b/package/dillo/Config.in
index 72a9ce67a3a8a1538f0b0cc2843f2b946061d505..41ae5abbbf90e2e21e3dc89bbdc908aa2858696c 100644
(file)
--- a/
package/dillo/Config.in
+++ b/
package/dillo/Config.in
@@
-4,9
+4,9
@@
config BR2_PACKAGE_DILLO
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBGLIB12
select BR2_PACKAGE_LIBGTK12
-
depends
BR2_PACKAGE_XORG
-
depends
BR2_PACKAGE_ZLIB
-
depends
BR2_PACKAGE_LIBPNG
+
select
BR2_PACKAGE_XORG
+
select
BR2_PACKAGE_ZLIB
+
select
BR2_PACKAGE_LIBPNG
help
Dillo is a small GTK+ based web browser written in C.