mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-03 12:37:36 +01:00
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:
parent
020ac1b509
commit
c4baba880e
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user