All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] package/vlc: configure.ac does not support --en/--disable-freerdp
@ 2016-05-17 20:48 Bernd Kuhls
  2016-06-09 22:14 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-05-17 20:48 UTC (permalink / raw)
  To: buildroot

Vlc configure does not allow disabling the optional dependency to
freerdp:
http://git.videolan.org/?p=vlc/vlc-2.2.git;a=blob;f=configure.ac;h=e021546e284d7daefdb4d94f430eb0bc57722210;hb=HEAD#l1890

Vlc configure prints a warning that the option --disable-libfreerdp
is not used:

configure: WARNING: unrecognized options: --disable-gtk-doc,
 --disable-gtk-doc-html, --disable-doc, --disable-docs,
 --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6,
 --disable-libfreerdp

This can be seen for example in autobuilder logs:
http://autobuild.buildroot.net/results/1a7/1a7893c13f6144e0ecd9f37f2f047c596ccedd35/build-end.log

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: added new line before SoB (Thomas)
    clarified patch comment (Thomas):
    - freerdp is an optional dependency
    - this patch does not fix a build error, the reference to the
      autobuilder log is only present to show the problem

 package/vlc/vlc.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index 30887bd..4dc8dfe 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -137,10 +137,7 @@ VLC_CONF_OPTS += --disable-flac
 endif
 
 ifeq ($(BR2_PACKAGE_FREERDP),y)
-VLC_CONF_OPTS += --enable-freerdp
 VLC_DEPENDENCIES += freerdp
-else
-VLC_CONF_OPTS += --disable-libfreerdp
 endif
 
 ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
-- 
2.8.1

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

* [Buildroot] [PATCH v2 1/1] package/vlc: configure.ac does not support --en/--disable-freerdp
  2016-05-17 20:48 [Buildroot] [PATCH v2 1/1] package/vlc: configure.ac does not support --en/--disable-freerdp Bernd Kuhls
@ 2016-06-09 22:14 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-06-09 22:14 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 17 May 2016 22:48:44 +0200, Bernd Kuhls wrote:
> Vlc configure does not allow disabling the optional dependency to
> freerdp:
> http://git.videolan.org/?p=vlc/vlc-2.2.git;a=blob;f=configure.ac;h=e021546e284d7daefdb4d94f430eb0bc57722210;hb=HEAD#l1890
> 
> Vlc configure prints a warning that the option --disable-libfreerdp
> is not used:
> 
> configure: WARNING: unrecognized options: --disable-gtk-doc,
>  --disable-gtk-doc-html, --disable-doc, --disable-docs,
>  --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6,
>  --disable-libfreerdp
> 
> This can be seen for example in autobuilder logs:
> http://autobuild.buildroot.net/results/1a7/1a7893c13f6144e0ecd9f37f2f047c596ccedd35/build-end.log
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> v2: added new line before SoB (Thomas)
>     clarified patch comment (Thomas):
>     - freerdp is an optional dependency
>     - this patch does not fix a build error, the reference to the
>       autobuilder log is only present to show the problem

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-06-09 22:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-17 20:48 [Buildroot] [PATCH v2 1/1] package/vlc: configure.ac does not support --en/--disable-freerdp Bernd Kuhls
2016-06-09 22:14 ` Thomas Petazzoni

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.