Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 03/13] package/mesa3d: fix improper dependency of blind option
Date: Wed, 16 Apr 2014 20:00:50 +0200	[thread overview]
Message-ID: <20140416200050.3a933a5d@skate> (raw)
In-Reply-To: <84c5268994e965fac056f5de485a99ea8baa4840.1396699629.git.yann.morin.1998@free.fr>

Dear Yann E. MORIN,

On Sat,  5 Apr 2014 14:10:07 +0200, Yann E. MORIN wrote:
> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> 
> Currently, the blind option BR2_PACKAGE_MESA3D_DRI_DRIVER depends
> on !STATIC.
> 
> But this option is also selected by the various DRI drivers, and
> none of them currently depend on !STATIC (although there is a comment
> stating DRI drivers need !STATIC, there's nothing to enforce that).
> 
> So, we could well end-up with an inconsistent configuration, where some
> DRI drivers are selected even though STATIC is set.
> 
> Enclose all DRI drivers in an 'if !STATIC' condition, remove the
> dependency from the blind option, move the comment so it is nearer
> the affected drivers, rephrase the comment to match the rules about
> dependencies on toolchain features.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Paul Cercueil <paul@crapouillou.net>
> Cc: Bernd Kuhls <berndkuhls@hotmail.com>
> ---
>  package/mesa3d/Config.in | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)

Thanks, applied, with one minor nit, see below.


> +comment "DRI drivers need dynamic library"
> +	depends on BR2_PREFER_STATIC_LIB

This is not the correct wording according to the manual, it should have
been:

comment "DRI drivers need a toolchain w/ dynamic library"

Thanks,

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

  reply	other threads:[~2014-04-16 18:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-05 12:10 [Buildroot] [PATCH 0/13 v2] Add virtual package for full-openGL (branch yem/opengl) Yann E. MORIN
2014-04-05 12:10 ` [Buildroot] [PATCH 01/13] package/xdriver_xf86-video-ati: depends on x86 Yann E. MORIN
2014-04-12 21:27   ` Thomas Petazzoni
2014-04-05 12:10 ` [Buildroot] [PATCH 02/13] package/x11-video-drivers: do not select, but depends on mesa3d Yann E. MORIN
2014-04-05 12:10 ` [Buildroot] [PATCH 03/13] package/mesa3d: fix improper dependency of blind option Yann E. MORIN
2014-04-16 18:00   ` Thomas Petazzoni [this message]
2014-04-05 12:10 ` [Buildroot] [PATCH 04/13] package/mesa3d: re-arrange menu items Yann E. MORIN
2014-04-05 12:10 ` [Buildroot] [PATCH 05/13] package/mesa3d: DRI drivers depend on X.org Yann E. MORIN
2014-04-05 12:10 ` [Buildroot] [PATCH 06/13] package/mesa3d: add comment for when OpenGL EGL is not available Yann E. MORIN
2014-04-05 12:10 ` [Buildroot] [PATCH 07/13] package/mesa3d: simplify the code enabling full-OpenGL Yann E. MORIN
2014-04-05 12:10 ` [Buildroot] [PATCH 08/13] package/mesa3d: only enable full OpenGL when a DRI driver is enabled Yann E. MORIN
2014-04-05 12:10 ` [Buildroot] [PATCH 09/13] package/xorg-server: do not force-select xf86driproto for mesa3d Yann E. MORIN
2014-04-05 12:10 ` [Buildroot] [PATCH 10/13] package/libgl: introduce as a new virtual package for full-openGL providers Yann E. MORIN
2014-04-05 12:10 ` [Buildroot] [PATCH 11/13] package/mesa3d: with a DRI driver, is a full OpenGL provider Yann E. MORIN
2014-04-05 12:10 ` [Buildroot] [PATCH 12/13] package/libevas: switch dependency from mesa3d to _HAS_OPENGL Yann E. MORIN
2014-04-05 12:10 ` [Buildroot] [PATCH 13/13] package/vlc: depends on the virtual package libgl Yann E. MORIN
2014-04-17 14:40   ` Bernd Kuhls
2014-04-17 14:54     ` Yann E. MORIN
2014-04-17 15:42       ` Bernd Kuhls

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=20140416200050.3a933a5d@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox