diff options
author | TheCharlatan <seb.kung@gmail.com> | 2018-11-24 15:20:44 +0100 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2018-12-12 12:14:20 +0100 |
commit | 118db4f357fd4a415bb80018bc5f58130ba64e61 (patch) | |
tree | 46617c9f5ad5ac15517c271cd74f0845c2bcbfa9 /contrib/depends/config.site.in | |
parent | Merge pull request #4927 (diff) | |
download | monero-118db4f357fd4a415bb80018bc5f58130ba64e61.tar.xz |
Cleanup leftovers from migrating depends from bitcoin
Depends still contained some leftovers, like the `wallet` target that
included bdb from bitcoin. This commit removes these unneeded targets,
the miniupnpc package and the berkeley db package. Reflect the changes
in the README as well.
Diffstat (limited to '')
-rw-r--r-- | contrib/depends/config.site.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/depends/config.site.in b/contrib/depends/config.site.in index 0a4a9c327..dd91bcb2a 100644 --- a/contrib/depends/config.site.in +++ b/contrib/depends/config.site.in @@ -13,25 +13,6 @@ fi if test -z $with_qt_translationdir; then with_qt_translationdir=$depends_prefix/translations fi -if test -z $with_qt_bindir && test -z "@no_qt@"; then - with_qt_bindir=$depends_prefix/native/bin -fi -if test -z $with_protoc_bindir && test -z "@no_qt@"; then - with_protoc_bindir=$depends_prefix/native/bin -fi - - -if test -z $enable_wallet && test -n "@no_wallet@"; then - enable_wallet=no -fi - -if test -z $with_miniupnpc && test -n "@no_upnp@"; then - with_miniupnpc=no -fi - -if test -z $with_gui && test -n "@no_qt@"; then - with_gui=no -fi if test x@host_os@ = xdarwin; then BREW=no |