All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 3/3] package/mesa3d: depend on udev
Date: Wed, 11 Jun 2014 19:52:36 +0200	[thread overview]
Message-ID: <20140611175236.GC3472@free.fr> (raw)
In-Reply-To: <1402508508-437-4-git-send-email-bernd.kuhls@t-online.de>

Bernd, All,

On 2014-06-11 19:41 +0200, Bernd Kuhls spake thusly:
> checking for LIBUDEV... no
> configure: error: libudev-dev required for building DRI
> 
> Fixes
> http://autobuild.buildroot.net/results/16d/16d12b986051db884eae86e9658e6c4fc0f28885/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

This is a stop-gap fix until we have a proper libudev package.
This shoudl be independent from the previous patches, so can go in
as-is:

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/mesa3d/Config.in |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
> index fc96cc5..d3ded82 100644
> --- a/package/mesa3d/Config.in
> +++ b/package/mesa3d/Config.in
> @@ -10,6 +10,7 @@ menuconfig BR2_PACKAGE_MESA3D
>  	select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XORG7
>  	select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XORG7
>  	select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XORG7
> +	depends on BR2_PACKAGE_HAS_UDEV
>  	depends on BR2_INSTALL_LIBSTDCPP
>  	depends on BR2_LARGEFILE
>  	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
> @@ -125,6 +126,6 @@ config BR2_PACKAGE_PROVIDES_LIBGLES
>  
>  endif # BR2_PACKAGE_MESA3D
>  
> -comment "mesa3d needs a toolchain w/ C++, largefile, NPTL"
> +comment "mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL"
>  	depends on !BR2_LARGEFILE || !BR2_INSTALL_LIBSTDCPP || \
> -		!BR2_TOOLCHAIN_HAS_THREADS_NPTL
> +		!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_PACKAGE_HAS_UDEV
> -- 
> 1.7.10.4
> 
> _______________________________________________
> 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 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  parent reply	other threads:[~2014-06-11 17:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-11 17:41 [Buildroot] [PATCH v2 0/3] WIP: package/eudev: Split libudev and daemon Bernd Kuhls
2014-06-11 17:41 ` [Buildroot] [PATCH v2 1/3] package/eudev: Bump version to 1.7 Bernd Kuhls
2014-06-11 20:26   ` Peter Korsgaard
2014-06-11 17:41 ` [Buildroot] [PATCH v2 2/3] package/eudev: Split libudev and daemon Bernd Kuhls
2014-06-11 17:41 ` [Buildroot] [PATCH v2 3/3] package/mesa3d: depend on udev Bernd Kuhls
2014-06-11 17:49   ` Thomas Petazzoni
2014-06-11 17:58     ` Bernd Kuhls
2014-06-11 17:52   ` Yann E. MORIN [this message]
2014-06-11 18:00     ` Thomas Petazzoni
2014-06-11 18:06       ` Yann E. MORIN
2014-06-11 20:17   ` Peter Korsgaard
2014-06-11 17:57 ` [Buildroot] [PATCH v2 0/3] WIP: package/eudev: Split libudev and daemon Yann E. MORIN

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=20140611175236.GC3472@free.fr \
    --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.