Linux: Enable GTK3 by default (see issue #2969)

GTK3 is required by the Chrome runtime. Client applications using GTK2 will
now require a custom build of CEF with use_gtk=false set via GN_DEFINES.
This commit is contained in:
Marshall Greenblatt 2021-03-01 15:35:27 -05:00
parent 020ac1b509
commit c4baba880e

View File

@ -243,10 +243,6 @@ def GetRecommendedDefaultArgs():
# TODO(cef): Remove this flag once we require a newer host system.
result['fatal_linker_warnings'] = False
# GTK is enabled by default for the Chrome runtime (see issue #2969).
# Disable GTK when building the CEF runtime only (see issue #2014).
result['use_gtk'] = False
return result