diff --git a/platform/x11/detect.py b/platform/x11/detect.py index 53ee95cb1ef..ab791f357f7 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -65,12 +65,7 @@ def get_opts(): def get_flags(): - return [ - ('builtin_freetype', 'no'), - ('builtin_libpng', 'no'), - ('builtin_openssl', 'no'), - ('builtin_zlib', 'no'), - ] + return [] def configure(env):