X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson.build;h=1dccedbb48f9209331e8b66a1db24c3473ea14f4;hb=refs%2Ftags%2F1.8.3;hp=19461cab799d17cb7b9ad80e39649fa130b2c974;hpb=0aa51d838c31a6b50be9762bcbc2734264e7f61a;p=nageru diff --git a/meson.build b/meson.build index 19461ca..1dccedb 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.3') 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,