From 56bbee8efbf072441f5f9824622f940ce94fc57b Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 27 Feb 2018 15:37:19 -0500 Subject: [PATCH] cmake: Linux: Add missing binaries (issue #2394) --- cmake/cef_variables.cmake.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/cef_variables.cmake.in b/cmake/cef_variables.cmake.in index e10e4863c..3da243590 100644 --- a/cmake/cef_variables.cmake.in +++ b/cmake/cef_variables.cmake.in @@ -198,9 +198,12 @@ if(OS_LINUX) set(CEF_BINARY_FILES chrome-sandbox libcef.so + libEGL.so + libGLESv2.so natives_blob.bin snapshot_blob.bin v8_context_snapshot.bin + swiftshader ) # List of CEF resource files.