X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson.build;h=ebe49b1d13c7f1ee11b5e796a07ce3408cc9db68;hb=18199cc2f756bd8eb17a475882dbc738194cbee8;hp=49f38b1a680539853fc94a7a7c226aaecd61560b;hpb=978b42bf2e535f40f73a1afec86789294f375c1e;p=nageru diff --git a/meson.build b/meson.build index 49f38b1..ebe49b1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.2') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.4') cxx = meson.get_compiler('cpp') qt5 = import('qt5') @@ -94,7 +94,7 @@ if have_cef nageru_install_rpath = '$ORIGIN/' endif - cefdep = cxx.find_library('cef') + cefdep = cxx.find_library('cef', dirs: cef_lib_dir) nageru_deps += cefdep # CEF wrapper library; not built as part of the CEF binary distribution, @@ -104,7 +104,7 @@ if have_cef nageru_deps += cefdlldep else cmake = find_program('cmake') - cef_compile_script = find_program('scripts/compile_cef_dll_wrapper.sh') + cef_compile_script = find_program('nageru/scripts/compile_cef_dll_wrapper.sh') cef_dll_target = custom_target('libcef_dll_wrapper', input: join_paths(cef_dir, 'libcef_dll/CMakeLists.txt'),