From d81fd3c634ce5a67f342420d39fdcdfb18c4cec9 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Tue, 9 Aug 2022 19:03:00 -0700 Subject: fix(acronc): pkg-config name for libac is 'ac', not 'libac' --- client/acronc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/acronc/meson.build b/client/acronc/meson.build index a143905..fba3b5a 100644 --- a/client/acronc/meson.build +++ b/client/acronc/meson.build @@ -8,7 +8,7 @@ if get_option('debug') == true xtra_c_args += '-DDEBUG' endif -libac_dep = dependency('libac', +libac_dep = dependency('ac', fallback : ['libacron', 'libac_dep'], default_options: [ 'default_library=static' ] ) -- cgit v1.2.3