]> git.sesse.net Git - nageru/commitdiff
Fix detection of non-system CEF, when no system CEF package is installed.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 4 Mar 2019 08:17:44 +0000 (09:17 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 4 Mar 2019 08:17:44 +0000 (09:17 +0100)
Patch by Marcus Nilsen.

meson.build

index 19461cab799d17cb7b9ad80e39649fa130b2c974..fee5170dd7383ff00994f82ac6c70f4ad6dc314c 100644 (file)
@@ -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,