summaryrefslogtreecommitdiffstats
path: root/package/atk/Config.in
diff options
context:
space:
mode:
authorEric Andersen2007-01-11 08:44:14 +0100
committerEric Andersen2007-01-11 08:44:14 +0100
commit810184bb0dd445c160ab6d94338ad2165e2d529a (patch)
tree8dea0fae243585beb4cb98cf3824043a3d3a0e30 /package/atk/Config.in
parentuse a slightly more sensible dep, strip the correct library names (diff)
downloadbuildroot-810184bb0dd445c160ab6d94338ad2165e2d529a.tar.gz
buildroot-810184bb0dd445c160ab6d94338ad2165e2d529a.tar.xz
buildroot-810184bb0dd445c160ab6d94338ad2165e2d529a.zip
add atk package
Diffstat (limited to 'package/atk/Config.in')
-rw-r--r--package/atk/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/atk/Config.in b/package/atk/Config.in
new file mode 100644
index 000000000..829a8d432
--- /dev/null
+++ b/package/atk/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_ATK
+ bool "atk"
+ default n
+ select BR2_PACKAGE_LIBGLIB2
+ help
+ The ATK accessibility toolkit, needed to build GTK+-2.x.