From f0bedc44107c0cc2287c9e316b96df7e7f4b99ea Mon Sep 17 00:00:00 2001 From: Eric Chanudet Date: Mon, 14 Jun 2021 18:10:49 -0400 Subject: [PATCH 1/2] nwd: 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 --- nwd/network-daemon.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nwd/network-daemon.cabal b/nwd/network-daemon.cabal index be352fb..edebdee 100644 --- a/nwd/network-daemon.cabal +++ b/nwd/network-daemon.cabal @@ -28,7 +28,8 @@ Executable network-daemon xchxenstore, xchdb, xch-rpc, - directory + directory, + rpc-autogen Main-Is: Main.hs GHC-Options -O2 -fwarn-incomplete-patterns -dynamic -threaded From 8070926b391427767f3df4724a8e4886e14c297f Mon Sep 17 00:00:00 2001 From: Eric Chanudet Date: Mon, 14 Jun 2021 18:11:18 -0400 Subject: [PATCH 2/2] nws: 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 --- nws/network-slave.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nws/network-slave.cabal b/nws/network-slave.cabal index b3ca7df..1a19fba 100644 --- a/nws/network-slave.cabal +++ b/nws/network-slave.cabal @@ -27,7 +27,8 @@ Executable network-slave xchutils, xchxenstore, xch-rpc, - directory + directory, + rpc-autogen Main-Is: Main.hs GHC-Options -O2 -fwarn-incomplete-patterns -dynamic -threaded