summaryrefslogtreecommitdiffstats
path: root/package/apr-util/Config.in
diff options
context:
space:
mode:
authorRico Bachmann2012-05-03 14:22:36 +0200
committerPeter Korsgaard2012-05-03 23:53:24 +0200
commit4205dbd9f665556cc56a36c0e11a5f845c73a57a (patch)
treedd6969ec9820e1710b83ae49b459387360156749 /package/apr-util/Config.in
parentCHANGES: GDB 4.7.1, not GCC (diff)
downloadbuildroot-4205dbd9f665556cc56a36c0e11a5f845c73a57a.tar.gz
buildroot-4205dbd9f665556cc56a36c0e11a5f845c73a57a.tar.xz
buildroot-4205dbd9f665556cc56a36c0e11a5f845c73a57a.zip
Add new package apr-util
[Peter: BR2_PACKAGE_NEON not LIBNEON] Signed-off-by: Rico Bachmann <bachmann@tofwerk.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/apr-util/Config.in')
-rw-r--r--package/apr-util/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/apr-util/Config.in b/package/apr-util/Config.in
new file mode 100644
index 000000000..99b32f2b0
--- /dev/null
+++ b/package/apr-util/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_APR_UTIL
+ bool "apr-util"
+ select BR2_PACKAGE_APR
+ select BR2_PACKAGE_SQLITE
+ select BR2_PACKAGE_NEON
+ select BR2_PACKAGE_NEON_ZLIB
+ select BR2_PACKAGE_ZLIB
+ help
+ The utility library for the apache runtime project
+
+ http://apr.apache.org/