]> git.sesse.net Git - nageru/commitdiff
Update CEF file names (this is compatible with CEF 100).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 17 Apr 2022 18:46:38 +0000 (20:46 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 17 Apr 2022 18:46:38 +0000 (20:46 +0200)
meson.build

index 0e1555e730e56b987263844526e2510119d58469..4f96702dbad8e980e4fc744e7f15ba568f57a442 100644 (file)
@@ -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.