diff options
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/ |