diff options
author | Max Kellermann <max@duempel.org> | 2014-03-01 08:18:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-03-01 08:25:23 +0100 |
commit | 5bc5abf0e739e3637557b336bb91db4c5d986b55 (patch) | |
tree | 36c143d6e8d0b583062de963d9743b788a156f57 | |
parent | 44352e9ee4b7916e9b474b35f0e639967362fc1f (diff) | |
download | mpd-5bc5abf0e739e3637557b336bb91db4c5d986b55.tar.gz mpd-5bc5abf0e739e3637557b336bb91db4c5d986b55.tar.xz mpd-5bc5abf0e739e3637557b336bb91db4c5d986b55.zip |
android: enable database plugins
-rwxr-xr-x | android/build.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/build.py b/android/build.py index 5898d0f91..3dbbc4bda 100755 --- a/android/build.py +++ b/android/build.py @@ -322,7 +322,6 @@ configure = [ '--disable-icu', # disabled for now because these features require GLib: - '--disable-database', '--disable-httpd-output', '--disable-vorbis-encoder', |