From aabc90ed59ef442445da031c7627ebaa8b633df7 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 4 Mar 2019 09:17:44 +0100 Subject: [PATCH] Fix detection of non-system CEF, when no system CEF package is installed. Patch by Marcus Nilsen. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 19461ca..fee5170 100644 --- a/meson.build +++ b/meson.build @@ -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, -- 2.39.2