From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/vlc: enable gnutls if selected
Date: Fri, 1 May 2020 21:23:02 +0200 [thread overview]
Message-ID: <20200501192302.GB3687@scaer> (raw)
In-Reply-To: <3b8dd3bb-8ae8-3c7b-2e79-b3f7dc111c12@gmail.com>
Michele, All,
On 2020-05-01 18:50 +0200, Michele Comignano spake thusly:
> From 6a9cccb28174dc25a3f74bc3a33b0e13eecbfd6e Mon Sep 17 00:00:00 2001
> From: Michele Comignano <comick@gmail.com>
> Date: Wed, 8 Apr 2020 21:48:33 +0200
> Subject: [PATCH 1/1] package/vlc: enable gnutls if selected
>
> Signed-off-by: Michele Comignano <comick@gmail.com>
Applied to master, thanks!
MNote: your patch was weirdly formatted; be sure to use 'git send-email'
to send your patches, as this prepares correct mails.
Regards,
Yann E. MORIN.
> ---
> package/vlc/vlc.mk | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
> index 4b1cd68d8b..1f2af878eb 100644
> --- a/package/vlc/vlc.mk
> +++ b/package/vlc/vlc.mk
> @@ -567,4 +567,11 @@ ifeq ($(BR2_PACKAGE_ZLIB),y)
> VLC_DEPENDENCIES += zlib
> endif
>
> +ifeq ($(BR2_PACKAGE_GNUTLS),y)
> +VLC_CONF_OPTS += --enable-gnutls
> +VLC_DEPENDENCIES += gnutls
> +else
> +VLC_CONF_OPTS += --disable-gnutls
> +endif
> +
> $(eval $(autotools-package))
> --
> 2.17.1
>
>
> _______________________________________________
> 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. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2020-05-01 19:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-01 16:50 [Buildroot] [PATCH 1/1] package/vlc: enable gnutls if selected Michele Comignano
2020-05-01 19:23 ` Yann E. MORIN [this message]
2020-05-01 20:31 ` Michele C.
2020-05-10 19:13 ` Peter Korsgaard
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=20200501192302.GB3687@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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.