projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4074b
)
Make atk depend on packets, instead of selecting them
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 29 Nov 2007 13:02:58 +0000
(13:02 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 29 Nov 2007 13:02:58 +0000
(13:02 -0000)
package/atk/Config.in
patch
|
blob
|
history
diff --git
a/package/atk/Config.in
b/package/atk/Config.in
index 829a8d4324ed149e7b68ad0bef71f7c3ed8eb398..a55011bc59cdf6029bc2d0dfbed43e1a0ab23436 100644
(file)
--- a/
package/atk/Config.in
+++ b/
package/atk/Config.in
@@
-1,6
+1,9
@@
config BR2_PACKAGE_ATK
bool "atk"
default n
-
select
BR2_PACKAGE_LIBGLIB2
+
depends
BR2_PACKAGE_LIBGLIB2
help
The ATK accessibility toolkit, needed to build GTK+-2.x.
+
+comment "atk - disabled (requires libglib2)"
+ depends !BR2_PACKAGE_LIBGLIB2