diff --git a/platform/x11/detect.py b/platform/x11/detect.py index 1f4d185f3c3..a565b5e11ff 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -62,12 +62,7 @@ def get_opts(): def get_flags(): - return [ - ('builtin_freetype', False), - ('builtin_libpng', False), - ('builtin_openssl', False), - ('builtin_zlib', False), - ] + return [] def configure(env):