diff --git a/meson.build b/meson.build index 7603a7893a..33cf8020ba 100644 --- a/meson.build +++ b/meson.build @@ -871,8 +871,7 @@ endif # generic build dependencies -# FIXME rewrite to use dependency() -acl_dep = cc.find_library('acl', required: false) +acl_dep = dependency('libacl', required: false) if acl_dep.found() conf.set('WITH_LIBACL', 1) endif