All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/kodi: add configure option to disable libusb support
@ 2021-03-22 19:10 Bernd Kuhls
  2021-03-28  8:20 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2021-03-22 19:10 UTC (permalink / raw)
  To: buildroot

Make sure libusb support is properly disabled even if the libusb
package is enabled.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi/kodi.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index bf5822eb61..6edb0b7fca 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -206,6 +206,8 @@ KODI_CONF_OPTS += -DENABLE_UDEV=OFF
 ifeq ($(BR2_PACKAGE_KODI_LIBUSB),y)
 KODI_CONF_OPTS += -DENABLE_LIBUSB=ON
 KODI_DEPENDENCIES += libusb-compat
+else
+KODI_CONF_OPTS += -DENABLE_LIBUSB=OFF
 endif
 endif
 
-- 
2.29.2

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

* [Buildroot] [PATCH 1/1] package/kodi: add configure option to disable libusb support
  2021-03-22 19:10 [Buildroot] [PATCH 1/1] package/kodi: add configure option to disable libusb support Bernd Kuhls
@ 2021-03-28  8:20 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-03-28  8:20 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2021-03-22 20:10 +0100, Bernd Kuhls spake thusly:
> Make sure libusb support is properly disabled even if the libusb
> package is enabled.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

I've foudn the title to be confusing, so I've changed it to:
    package/kodi: honour the libusb option even when disabled

I've also slightly expanded the commit log.

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/kodi/kodi.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
> index bf5822eb61..6edb0b7fca 100644
> --- a/package/kodi/kodi.mk
> +++ b/package/kodi/kodi.mk
> @@ -206,6 +206,8 @@ KODI_CONF_OPTS += -DENABLE_UDEV=OFF
>  ifeq ($(BR2_PACKAGE_KODI_LIBUSB),y)
>  KODI_CONF_OPTS += -DENABLE_LIBUSB=ON
>  KODI_DEPENDENCIES += libusb-compat
> +else
> +KODI_CONF_OPTS += -DENABLE_LIBUSB=OFF
>  endif
>  endif
>  
> -- 
> 2.29.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 19:10 [Buildroot] [PATCH 1/1] package/kodi: add configure option to disable libusb support Bernd Kuhls
2021-03-28  8:20 ` Yann E. MORIN

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.