diff options
author | Rico Bachmann <bachmann@tofwerk.com> | 2012-05-03 14:22:36 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-03 23:53:24 +0200 |
commit | 4205dbd9f665556cc56a36c0e11a5f845c73a57a (patch) | |
tree | dd6969ec9820e1710b83ae49b459387360156749 /package/apr-util/Config.in | |
parent | aa96b4ea99b362decc524a8632c7a2c1a7586e83 (diff) |
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.in | 11 |
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/ |