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

SCons: Default to builtin libpng/freetype on Linux
This commit is contained in:
Rémi Verschelde 2019-06-23 11:21:05 +02:00 committed by GitHub
commit 4d6ad16ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

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