mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
fix: linking pepper flash on Linux
This commit is contained in:
committed by
Jeremy Apthorp
parent
b539e4d486
commit
fb4b50c8c9
@@ -54,4 +54,7 @@ component("pepper_flash") {
|
||||
"//chrome/browser/renderer_host/pepper/monitor_finder_mac.mm",
|
||||
]
|
||||
}
|
||||
if (is_linux) {
|
||||
deps += [ "//components/services/font/public/cpp" ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user