From 364fd0dca48e413048f4c6010146123ee6fd922c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 17 Apr 2022 20:46:38 +0200 Subject: [PATCH] Update CEF file names (this is compatible with CEF 100). --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 0e1555e..4f96702 100644 --- a/meson.build +++ b/meson.build @@ -128,12 +128,12 @@ if have_cef endif cef_libs = ['libEGL.so', 'libGLESv2.so', 'snapshot_blob.bin', 'v8_context_snapshot.bin'] - cef_resources = ['cef.pak', 'cef_100_percent.pak', 'cef_200_percent.pak', 'cef_extensions.pak', 'devtools_resources.pak'] + cef_resources = ['resources.pak', 'chrome_100_percent.pak', 'chrome_200_percent.pak'] if not get_option('cef_no_icudtl') cef_resources += ['icudtl.dat'] endif if cef_build_type != 'system' - cef_libs += ['libcef.so'] + cef_libs += ['libcef.so', 'libEGL.so', 'libGLESv2.so', 'libvk_swiftshader.so', 'libvulkan.so.1', 'vk_swiftshader_icd.json'] endif # Symlink the files into the build directory, so that running nageru without ninja install works. -- 2.39.2