From b897bfe9f99872c701924f3cce269e6a36ea5bb5 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Fri, 29 Jul 2022 11:41:06 -0700 Subject: fix(libacron): incorrect pkg-config include dir --- client/libacron/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/libacron/meson.build b/client/libacron/meson.build index 00b8680..0773348 100644 --- a/client/libacron/meson.build +++ b/client/libacron/meson.build @@ -67,7 +67,8 @@ pkg_mod.generate( version : '1.0', name : 'libac', filebase : 'ac', - description : 'Acron client library' + description : 'Acron client library', + subdirs : 'libac' ) libac_dep = declare_dependency( -- cgit v1.2.3