From: Steinar H. Gunderson Date: Mon, 4 Mar 2019 08:17:44 +0000 (+0100) Subject: Fix detection of non-system CEF, when no system CEF package is installed. X-Git-Tag: 1.8.3~22 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=aabc90ed59ef442445da031c7627ebaa8b633df7 Fix detection of non-system CEF, when no system CEF package is installed. Patch by Marcus Nilsen. --- 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,