All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/brltty: add polkit optional dependency
@ 2021-01-05 17:19 Fabrice Fontaine
  2021-01-23 21:02 ` Thomas Petazzoni
  2021-01-28 17:03 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-01-05 17:19 UTC (permalink / raw)
  To: buildroot

polkit is an optional dependency (enabled by default) since version 5.4:
https://github.com/brltty/brltty/commit/e62b3c925d03239a372d425fb87b2cac65d8ef19

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/brltty/brltty.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/brltty/brltty.mk b/package/brltty/brltty.mk
index 4f40e65fc6..3924fa0c1a 100644
--- a/package/brltty/brltty.mk
+++ b/package/brltty/brltty.mk
@@ -96,6 +96,13 @@ else
 BRLTTY_CONF_OPTS += --without-rgx-package
 endif
 
+ifeq ($(BR2_PACKAGE_POLKIT),y)
+BRLTTY_DEPENDENCIES += polkit
+BRLTTY_CONF_OPTS += --enable-polkit
+else
+BRLTTY_CONF_OPTS += --disable-polkit
+endif
+
 ifeq ($(BR2_PACKAGE_SYSTEMD),y)
 BRLTTY_DEPENDENCIES += systemd
 BRLTTY_CONF_OPTS += --with-service-package
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/brltty: add polkit optional dependency
  2021-01-05 17:19 [Buildroot] [PATCH 1/1] package/brltty: add polkit optional dependency Fabrice Fontaine
@ 2021-01-23 21:02 ` Thomas Petazzoni
  2021-01-28 17:03 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-01-23 21:02 UTC (permalink / raw)
  To: buildroot

On Tue,  5 Jan 2021 18:19:47 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> polkit is an optional dependency (enabled by default) since version 5.4:
> https://github.com/brltty/brltty/commit/e62b3c925d03239a372d425fb87b2cac65d8ef19
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/brltty/brltty.mk | 7 +++++++
>  1 file changed, 7 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/brltty: add polkit optional dependency
  2021-01-05 17:19 [Buildroot] [PATCH 1/1] package/brltty: add polkit optional dependency Fabrice Fontaine
  2021-01-23 21:02 ` Thomas Petazzoni
@ 2021-01-28 17:03 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-01-28 17:03 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > polkit is an optional dependency (enabled by default) since version 5.4:
 > https://github.com/brltty/brltty/commit/e62b3c925d03239a372d425fb87b2cac65d8ef19

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x and 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-28 17:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-05 17:19 [Buildroot] [PATCH 1/1] package/brltty: add polkit optional dependency Fabrice Fontaine
2021-01-23 21:02 ` Thomas Petazzoni
2021-01-28 17:03 ` Peter Korsgaard

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.