projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33553eb
)
Use select instead of depends for dependencies
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 22 May 2007 07:40:36 +0000
(07:40 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 22 May 2007 07:40:36 +0000
(07:40 -0000)
package/libgtk12/Config.in
patch
|
blob
|
history
diff --git
a/package/libgtk12/Config.in
b/package/libgtk12/Config.in
index e4628e1d3243c0eaf40d5c39264fee0ac10ee8f0..19e01ce9f94ef2cefbd1161bd6c7e2ca6cf217e6 100644
(file)
--- a/
package/libgtk12/Config.in
+++ b/
package/libgtk12/Config.in
@@
-1,8
+1,8
@@
config BR2_PACKAGE_LIBGTK12
bool "libgtk12"
default n
-
depends
BR2_PACKAGE_LIBGLIB12
-
depends
BR2_PACKAGE_XORG
+
select
BR2_PACKAGE_LIBGLIB12
+
select
BR2_PACKAGE_XORG
help
The GTK+ graphical user interface library