All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Kent Gibson <warthog618@gmail.com>,
	Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org,
	Bartosz Golaszewski <bartosz.golaszewski@linaro.org>,
	Douglas Silva <doug.hs@proton.me>
Subject: [libgpiod][PATCH] README: add --enable-bindings-glib as required argument to build D-Bus
Date: Mon,  2 Sep 2024 18:56:36 +0200	[thread overview]
Message-ID: <20240902165636.43268-1-brgl@bgdev.pl> (raw)

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


             reply	other threads:[~2024-09-02 16:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-02 16:56 Bartosz Golaszewski [this message]
2024-09-02 23:16 ` [libgpiod][PATCH] README: add --enable-bindings-glib as required argument to build D-Bus Kent Gibson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240902165636.43268-1-brgl@bgdev.pl \
    --to=brgl@bgdev.pl \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=doug.hs@proton.me \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=warthog618@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.