From d4906288cea1a2ffc73118fd6472c57ccf0e1d82 Mon Sep 17 00:00:00 2001 From: Chris Josten Date: Mon, 1 Mar 2021 15:33:13 +0100 Subject: [PATCH] Change includedir to ddbus It seems very likely that the current include directory was named apk-polkit by mistake --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2235858..5f18019 100644 --- a/meson.build +++ b/meson.build @@ -8,7 +8,7 @@ project( src_inc = include_directories('source') prefix = get_option('prefix') -include_dir = join_paths(prefix, get_option('includedir'), 'd', 'apk-polkit') +include_dir = join_paths(prefix, get_option('includedir'), 'd', 'ddbus') dbus_dep = dependency('dbus-1')