]> git.sesse.net Git - nageru/blobdiff - meson.build
A hack to make Kaeru overlay CEF scores on a transcoded file. Probably not useful...
[nageru] / meson.build
index bb37e716efa7e89d1742261f03046224dcfd1819..69759cb43baf35b6ecdedb46fcc1f4482a8d37ca 100644 (file)
@@ -128,7 +128,7 @@ 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 = ['chrome_100_percent.pak', 'chrome_200_percent.pak', 'resources.pak']
        if not get_option('cef_no_icudtl')
                cef_resources += ['icudtl.dat']
        endif
@@ -264,7 +264,7 @@ executable('nageru', 'nageru/main.cpp',
 meson.add_install_script('nageru/scripts/setup_nageru_symlink.sh')
 
 # Kaeru executable.
-executable('kaeru', 'nageru/kaeru.cpp',
+executable('kaeru', ['nageru/kaeru.cpp', 'nageru/nageru_cef_app.cpp'],
        dependencies: [nageru_deps, kaeru_extra_deps],
        include_directories: nageru_include_dirs,
        link_with: [stream, aux, kaeru_link_with],