From dcaab79e50f551a34b996a3bd87c0cd15b252ba6 Mon Sep 17 00:00:00 2001 From: Eric Chanudet Date: Mon, 14 Jun 2021 18:05:05 -0400 Subject: [PATCH] xchdb: Use rpc-autogen bindings module dbus-gen generates a set of bindings for the currently supported API. Use the built module instead of relying on generating the bindings from the IDL in the source tree. Signed-off-by: Eric Chanudet --- xchdb/xchdb.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xchdb/xchdb.cabal b/xchdb/xchdb.cabal index 230ae68..06133c6 100644 --- a/xchdb/xchdb.cabal +++ b/xchdb/xchdb.cabal @@ -17,12 +17,12 @@ library containers, json, xchutils, - xch-rpc + xch-rpc, + rpc-autogen exposed-modules: Tools.Db other-modules: - Rpc.Autogen.DbClient Tools.Db.Core - Tools.Db.Marshall \ No newline at end of file + Tools.Db.Marshall