diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-05-20 20:49:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@konsulko.com> | 2023-05-20 21:04:28 +0000 |
commit | 7a3e870a8349d43a4838604db2c28140c2f76c9f (patch) | |
tree | de3a0d2928b2d4ae8521b40c50bda485cc9671d0 /meson.build | |
parent | 5cab14e6a98519e0b6c6043a1a19e42f094d6522 (diff) |
Remove deprecated D-Bus interface
As applaunchd now uses gRPC as its API and launches applications as
systemd services, plus all applications have been converted now, it
is time to remove the old D-Bus interface.
Bug-AGL: SPEC-4801
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Change-Id: Icec29c13d9310cfb043b87e44f4c5f3f0c986ccc
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 9cca1be..b0fe55e 100644 --- a/meson.build +++ b/meson.build @@ -37,8 +37,6 @@ prefix = get_option('prefix') datadir = get_option('datadir') sysconfdir = get_option('sysconfdir') bindir = join_paths(prefix, get_option('bindir')) -ifacedir = join_paths(prefix, join_paths(datadir, 'dbus-1', 'interfaces')) -servicedir = join_paths(prefix, join_paths(datadir, 'dbus-1', 'services')) if datadir.startswith('/') full_datadir = datadir @@ -62,5 +60,4 @@ config_h = configure_file ( configuration: config_data ) -subdir('data') subdir('src') |