aboutsummaryrefslogtreecommitdiffstats
path: root/package/postgresql/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/postgresql/Config.in')
-rw-r--r--package/postgresql/Config.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in
index 3692782bea..542f3d44a9 100644
--- a/package/postgresql/Config.in
+++ b/package/postgresql/Config.in
@@ -1,12 +1,16 @@
+config BR2_PACKAGE_POSTGRESQL
+ bool
+ default n
+ depends BR2_PACKAGE_LIBPQ
+
config BR2_PACKAGE_LIBPQ
- tristate "libpq - PostgreSQL client library"
+ prompt "libpq - PostgreSQL client library"
+ tristate
default m if CONFIG_DEVEL
+ select BR2_PACKAGE_POSTGRESQL
help
PostgreSQL client library.
http://www.postgresql.org/
-config BR2_PACKAGE_POSTGRESQL
- tristate
- default BR2_PACKAGE_LIBPQ