* [libgpiod][PATCH] README: add --enable-bindings-glib as required argument to build D-Bus
@ 2024-09-02 16:56 Bartosz Golaszewski
2024-09-02 23:16 ` Kent Gibson
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2024-09-02 16:56 UTC (permalink / raw)
To: Kent Gibson, Linus Walleij; +Cc: linux-gpio, Bartosz Golaszewski, Douglas Silva
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
GLib bindings to libgpiod are required to build D-Bus and both
--enable-dbus and --enable-bindings-glib options must be passed to
configure so make it clear in the README.
Suggested-by: Douglas Silva <doug.hs@proton.me>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
README | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README b/README
index 80ad939..e325f5f 100644
--- a/README
+++ b/README
@@ -241,10 +241,11 @@ majority of the GPIO chardev's functionality and implement it from both the
server and client sides in the form of the gpio-manager daemon and the gpiocli
command-line utility for talking to the manager.
-DBus support can be built by passing --enable-dbus to configure. The daemon
-is bundled with a systemd unit file and an example configuration file for the
-io.gpiod1 interface that allows all users to access basic information about the
-GPIOs in the system but only root to request lines or change their values.
+DBus support can be built by passing --enable-dbus and --enable-bindings-glib
+to configure. The daemon is bundled with a systemd unit file and an example
+configuration file for the io.gpiod1 interface that allows all users to access
+basic information about the GPIOs in the system but only root to request lines
+or change their values.
With the manager running the user can run gpiocli to control GPIOs by asking
gpio-manager to act on their behalf:
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [libgpiod][PATCH] README: add --enable-bindings-glib as required argument to build D-Bus
2024-09-02 16:56 [libgpiod][PATCH] README: add --enable-bindings-glib as required argument to build D-Bus Bartosz Golaszewski
@ 2024-09-02 23:16 ` Kent Gibson
0 siblings, 0 replies; 2+ messages in thread
From: Kent Gibson @ 2024-09-02 23:16 UTC (permalink / raw)
To: Bartosz Golaszewski
Cc: Linus Walleij, linux-gpio, Bartosz Golaszewski, Douglas Silva
On Mon, Sep 02, 2024 at 06:56:36PM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>
> GLib bindings to libgpiod are required to build D-Bus and both
> --enable-dbus and --enable-bindings-glib options must be passed to
> configure so make it clear in the README.
>
I would prefer to have --enable-dbus automatically imply its
--enable-bindings-glib dependency - you shouldn't have to pass multiple
flags to build one thing.
Cheers,
Kent.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-02 23:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 16:56 [libgpiod][PATCH] README: add --enable-bindings-glib as required argument to build D-Bus Bartosz Golaszewski
2024-09-02 23:16 ` Kent Gibson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).