Explorar o código

Merge pull request #29998 from akien-mga/x11-builtin-libpng

SCons: Default to builtin libpng/freetype on Linux
Rémi Verschelde %!s(int64=6) %!d(string=hai) anos
pai
achega
4d6ad16ac4
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      platform/x11/detect.py

+ 1 - 5
platform/x11/detect.py

@@ -75,11 +75,7 @@ def get_opts():
 
 def get_flags():
 
-    return [
-        ('builtin_freetype', False),
-        ('builtin_libpng', False),
-        ('builtin_zlib', False),
-    ]
+    return []
 
 
 def configure(env):