From a354fe22479dbefa1a7ad03b756fce7fa8ac3846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Thu, 11 Jul 2019 14:24:27 +0200 Subject: [PATCH] Add dbus protocol definition This let's us drop the virtboard build dependency. --- data/dbus/sm.puri.OSK0.xml | 20 ++++++++++++++++++++ src/meson.build | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 data/dbus/sm.puri.OSK0.xml diff --git a/data/dbus/sm.puri.OSK0.xml b/data/dbus/sm.puri.OSK0.xml new file mode 100644 index 00000000..a543ee1d --- /dev/null +++ b/data/dbus/sm.puri.OSK0.xml @@ -0,0 +1,20 @@ + + + + + + + Switch keyboard visibility + + + + + + Get keyboard visibility + + + + + + diff --git a/src/meson.build b/src/meson.build index 5f849ec8..961e8a3f 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,7 +1,7 @@ gnome = import('gnome') dbus_src = gnome.gdbus_codegen( 'sm.puri.OSK0', - join_paths(dbusdir, 'sm.puri.OSK0.xml') + join_paths(meson.source_root() / 'data' / 'dbus', 'sm.puri.OSK0.xml') ) sources = [