Commit ee3610a2 authored by Max Kellermann's avatar Max Kellermann

android/build.py: enable Vorbis and httpd

These do not require GLib anymore.
parent 88b75b57
...@@ -423,10 +423,6 @@ configure = [ ...@@ -423,10 +423,6 @@ configure = [
'--disable-glib', '--disable-glib',
'--disable-icu', '--disable-icu',
# disabled for now because these features require GLib:
'--disable-httpd-output',
'--disable-vorbis-encoder',
] + configure_args ] + configure_args
subprocess.check_call(configure) subprocess.check_call(configure)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment