From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 4/7] mesa3d: pull out from x11
Date: Wed, 05 Feb 2014 07:59:40 +0100 [thread overview]
Message-ID: <52F1E15C.6070307@mind.be> (raw)
In-Reply-To: <BLU0-SMTP224311C980B3CDE2A4B1CB4D9AA0@phx.gbl>
On 04/02/14 19:15, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
> ---
> v2: rebased v1
> v1: rebased Spenser Gilliland?s patch:
> http://patchwork.ozlabs.org/patch/278302/
Again, retain the original SoB.
>
> package/Config.in | 1 +
> package/{x11r7 => }/mesa3d/Config.in | 0
> .../{x11r7 => }/mesa3d/mesa3d-uclibc-locale.patch | 0
> package/{x11r7 => }/mesa3d/mesa3d.mk | 0
> package/x11r7/Config.in | 1 -
> 5 files changed, 1 insertion(+), 1 deletion(-)
> rename package/{x11r7 => }/mesa3d/Config.in (100%)
> rename package/{x11r7 => }/mesa3d/mesa3d-uclibc-locale.patch (100%)
> rename package/{x11r7 => }/mesa3d/mesa3d.mk (100%)
>
> diff --git a/package/Config.in b/package/Config.in
> index f4903ba..3baf5eb 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -314,6 +314,7 @@ source "package/lvm2/Config.in"
> source "package/mdadm/Config.in"
> source "package/media-ctl/Config.in"
> source "package/memtester/Config.in"
> +source "package/mesa3d/Config.in"
Maybe this was commented on before, but: Hardware handling? Doesn't it
fit better in either Graphic libraries or Libraries/Graphic?
Regards,
Arnout
> source "package/minicom/Config.in"
> source "package/nanocom/Config.in"
> source "package/neard/Config.in"
> diff --git a/package/x11r7/mesa3d/Config.in b/package/mesa3d/Config.in
> similarity index 100%
> rename from package/x11r7/mesa3d/Config.in
> rename to package/mesa3d/Config.in
> diff --git a/package/x11r7/mesa3d/mesa3d-uclibc-locale.patch b/package/mesa3d/mesa3d-uclibc-locale.patch
> similarity index 100%
> rename from package/x11r7/mesa3d/mesa3d-uclibc-locale.patch
> rename to package/mesa3d/mesa3d-uclibc-locale.patch
> diff --git a/package/x11r7/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
> similarity index 100%
> rename from package/x11r7/mesa3d/mesa3d.mk
> rename to package/mesa3d/mesa3d.mk
> diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in
> index 5ef118b..458d09f 100644
> --- a/package/x11r7/Config.in
> +++ b/package/x11r7/Config.in
> @@ -15,7 +15,6 @@ if BR2_PACKAGE_XORG7
> endmenu
> menu "X11R7 Libraries"
> source package/x11r7/libxcb/Config.in
> - source package/x11r7/mesa3d/Config.in
> source package/x11r7/xcb-util/Config.in
> source package/x11r7/xcb-util-image/Config.in
> source package/x11r7/xcb-util-keysyms/Config.in
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2014-02-05 6:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1391537725-15894-1-git-send-email-berndkuhls@hotmail.com>
2014-02-04 18:15 ` [Buildroot] [PATCH v2 1/7] xlib_libpthread-stubs: Rename package to libpthread-stubs Bernd Kuhls
2014-02-05 6:50 ` Arnout Vandecappelle
2014-02-04 18:15 ` [Buildroot] [PATCH v2 2/7] libdrm: Remove dependency towards X11 Bernd Kuhls
2014-02-05 6:56 ` Arnout Vandecappelle
2014-02-05 18:19 ` Bernd Kuhls
2014-02-05 20:35 ` Bernd Kuhls
2014-02-05 22:49 ` Arnout Vandecappelle
2014-02-04 18:15 ` [Buildroot] [PATCH v2 3/7] libdrm: bump to version 2.4.52 Bernd Kuhls
2014-02-04 18:15 ` [Buildroot] [PATCH v2 4/7] mesa3d: pull out from x11 Bernd Kuhls
2014-02-05 6:59 ` Arnout Vandecappelle [this message]
2014-02-04 18:15 ` [Buildroot] [PATCH v2 5/7] mesa3d: modularize and bump to version 10.0.3 Bernd Kuhls
2014-02-05 7:24 ` Arnout Vandecappelle
2014-03-06 17:33 ` [Buildroot] [v2, " Sebastien Bourdelin
2014-03-06 17:40 ` Bernd Kuhls
2014-03-06 18:06 ` Sebastien Bourdelin
2014-03-06 21:45 ` Thomas Petazzoni
2014-03-07 6:03 ` Bernd Kuhls
2014-03-07 11:02 ` Thomas Petazzoni
2014-02-04 18:15 ` [Buildroot] [PATCH v2 6/7] xorg: Bump xserver_xorg-server version to 1.15.0 Bernd Kuhls
2014-02-05 16:59 ` Arnout Vandecappelle
2014-02-04 18:15 ` [Buildroot] [PATCH v2 7/7] xdriver_xf86-video-intel: Bump version to 2.99.909 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=52F1E15C.6070307@mind.be \
--to=arnout@mind.be \
--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