From: Steinar H. Gunderson Date: Sun, 17 Apr 2022 18:46:38 +0000 (+0200) Subject: Update CEF file names (this is compatible with CEF 100). X-Git-Tag: 2.2.0~23 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=364fd0dca48e413048f4c6010146123ee6fd922c Update CEF file names (this is compatible with CEF 100). --- 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.