From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 02/91] mesa3d: modularize and bump to version 10.0.4
Date: Sun, 30 Mar 2014 00:57:28 +0100 [thread overview]
Message-ID: <20140329235728.GQ3227@free.fr> (raw)
In-Reply-To: <BLU0-SMTP4563F4DB1A0D9347C21F5F9D9610@phx.gbl>
Bernd, All,
On 2014-03-29 21:56 +0100, Bernd Kuhls spake thusly:
[--SNIP--]
> diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
> index 0ce168e..217528b 100644
> --- a/package/mesa3d/Config.in
> +++ b/package/mesa3d/Config.in
[--SNIP--]
> +menu "Additional API Support"
> +depends on BR2_PACKAGE_MESA3D_DRIVER
> +
> +config BR2_PACKAGE_MESA3D_OPENGL_EGL
> + bool "EGL"
> + depends on BR2_PACKAGE_HAS_UDEV
> + select BR2_PACKAGE_HAS_OPENGL_EGL
> + help
> + Use the Khronos EGL APIs. EGL is a window manager for OpenGL applications
> + similar to GLX, for X, and WGL, for Windows.
> +
> +config BR2_PACKAGE_MESA3D_OPENGL_ES
> + bool "OpenGL ES"
> + select BR2_PACKAGE_HAS_OPENGL_ES
> + help
> + Use the Khronos OpenGL ES APIs. This is commonly used on embedded
> + systems and represents a subset of the OpenGL API.
> +
> +endmenu
> +
> +config BR2_PACKAGE_PROVIDES_OPENGL_EGL
> + default "mesa3d"
Ah, but that is wrong! If BR2_PACKAGE_MESA3D_OPENGL_EGL is not selected,
then mesa3d can not be a provider of EGL!
This should have been:
config BR2_PACKAGE_PROVIDES_OPENGL_EGL
default "mesa3d" if BR2_PACKAGE_MESA3D_OPENGL_EGL
> +config BR2_PACKAGE_PROVIDES_OPENGL_ES
> + default "mesa3d"
Ditto.
> +endif
I'm preparing a patch...
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| 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. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2014-03-29 23:57 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1396126655-25994-1-git-send-email-berndkuhls@hotmail.com>
2014-03-29 20:56 ` [Buildroot] [PATCH 01/91] mesa3d: pull out from x11 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 02/91] mesa3d: modularize and bump to version 10.0.4 Bernd Kuhls
2014-03-29 23:51 ` Yann E. MORIN
2014-03-29 23:57 ` Yann E. MORIN [this message]
2014-03-29 20:56 ` [Buildroot] [PATCH 03/91] xorg: Bump xserver_xorg-server version to 1.15.0 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 04/91] pkgconf: rewrite variable sdkdir, needed by xdriver_xf86-video-intel Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 05/91] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 06/91] Remove package xdriver_xf86-video-newport Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 07/91] xlib_libFS: Bump version to 1.0.6 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 08/91] xutil_util-macros: Bump version to 1.19.0 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 09/91] xcb-util-wm: Bump version to 0.4.1 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 10/91] xdriver_xf86-input-evdev: Bump version to 2.8.2 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 11/91] xdriver_xf86-input-joystick: Bump version to 1.6.2 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 12/91] xdriver_xf86-input-keyboard: Bump version to 1.8.0 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 13/91] xdriver_xf86-input-mouse: Bump version to 1.9.0 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 14/91] xdriver_xf86-input-synaptics: Bump version to 1.7.4 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 15/91] xdriver_xf86-input-vmmouse: Bump version to 13.0.0 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 16/91] xdriver_xf86-video-vmware: Bump version to 13.0.2, add mesa3d dependency Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 17/91] xdriver_xf86-video-ast: Bump version to 0.99.9 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 18/91] xdriver_xf86-video-mga: Bump version to 1.6.3 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 19/91] xdriver_xf86-video-r128: Bump version to 6.9.2 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 20/91] xdriver_xf86-video-savage: Bump version to 2.3.7 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 21/91] xdriver_xf86-video-fbdev: Bump version to 0.4.4 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 22/91] xdriver_xf86-video-geode: Bump version to 2.11.15 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 23/91] xdriver_xf86-video-glide: Bump version to 1.2.2 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 24/91] xdriver_xf86-video-vesa: Bump version to 2.3.3 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 25/91] xdriver_xf86-video-dummy: Bump version to 0.3.7 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 26/91] xdriver_xf86-video-neomagic: Bump version to 1.2.8 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 27/91] xdriver_xf86-video-openchrome: Bump version to 0.3.3 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 28/91] xdriver_xf86-video-cirrus: Bump version to 1.5.2 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 29/91] xdriver_xf86-video-mach64: Bump version to 6.9.4, add correct mesa3d dependency Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 30/91] xdriver_xf86-video-nv: Bump version to 2.1.20 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 31/91] xdriver_xf86-video-voodoo: Bump version to 1.2.5 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 32/91] xdriver_xf86-video-trident: Bump version to 1.3.6 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 33/91] xdriver_xf86-video-tga: Bump version to 1.2.2 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 34/91] xdriver_xf86-video-tdfx: Bump version to 1.4.5 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 35/91] xdriver_xf86-video-sis: Bump version to 0.10.7 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 36/91] xdriver_xf86-video-siliconmotion: Bump version to 1.7.7 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 37/91] xdriver_xf86-video-i128: Bump version to 1.3.6 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 38/91] xdriver_xf86-video-glint: Bump version to 1.2.8 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 39/91] xdriver_xf86-video-ark: Bump version to 0.7.5 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 40/91] xdriver_xf86-video-ati: Version bump 6.14.6 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 41/91] xapp_xrandr: Bump version to 1.4.2 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 42/91] xapp_xauth: Bump version to 1.0.8 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 43/91] xapp_xbacklight: Bump version to 1.2.1 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 44/91] xapp_xrdb: Bump version to 1.1.0 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 45/91] xapp_xmodmap: Bump version to 1.0.8 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 46/91] xapp_xlsclients: Bump version to 1.1.3 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 47/91] xapp_xkill: Bump version to 1.0.4 Bernd Kuhls
2014-03-29 20:56 ` [Buildroot] [PATCH 48/91] xapp_xinit: Bump version to 1.3.3 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=20140329235728.GQ3227@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox