* [Buildroot] [PATCH 1/2] xserver_xorg-server: Bump version to 1.16.1
@ 2014-10-19 11:08 Bernd Kuhls
2014-10-19 11:08 ` [Buildroot] [PATCH 2/2] package/libpciaccess: Add optional support for zlib Bernd Kuhls
2014-10-19 14:26 ` [Buildroot] [PATCH 1/2] xserver_xorg-server: Bump version to 1.16.1 Thomas Petazzoni
0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2014-10-19 11:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/x11r7/xserver_xorg-server/xserver_xorg-server.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
index 6cbec15..9ea2e1d 100644
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
+++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XSERVER_XORG_SERVER_VERSION = 1.16.0
+XSERVER_XORG_SERVER_VERSION = 1.16.1
XSERVER_XORG_SERVER_SOURCE = xorg-server-$(XSERVER_XORG_SERVER_VERSION).tar.bz2
XSERVER_XORG_SERVER_SITE = http://xorg.freedesktop.org/releases/individual/xserver
XSERVER_XORG_SERVER_LICENSE = MIT
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/libpciaccess: Add optional support for zlib
2014-10-19 11:08 [Buildroot] [PATCH 1/2] xserver_xorg-server: Bump version to 1.16.1 Bernd Kuhls
@ 2014-10-19 11:08 ` Bernd Kuhls
2014-10-19 11:49 ` Yann E. MORIN
2014-10-19 14:26 ` [Buildroot] [PATCH 1/2] xserver_xorg-server: Bump version to 1.16.1 Thomas Petazzoni
1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2014-10-19 11:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libpciaccess/libpciaccess.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/libpciaccess/libpciaccess.mk b/package/libpciaccess/libpciaccess.mk
index 010707e..f27925d 100644
--- a/package/libpciaccess/libpciaccess.mk
+++ b/package/libpciaccess/libpciaccess.mk
@@ -11,4 +11,11 @@ LIBPCIACCESS_LICENSE = MIT
LIBPCIACCESS_LICENSE_FILES = COPYING
LIBPCIACCESS_INSTALL_STAGING = YES
+ifeq ($(BR2_PACKAGE_ZLIB),y)
+LIBPCIACCESS_CONF_OPTS += --with-zlib
+LIBPCIACCESS_DEPENDENCIES += zlib
+else
+LIBPCIACCESS_CONF_OPTS += --without-zlib
+endif
+
$(eval $(autotools-package))
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/libpciaccess: Add optional support for zlib
2014-10-19 11:08 ` [Buildroot] [PATCH 2/2] package/libpciaccess: Add optional support for zlib Bernd Kuhls
@ 2014-10-19 11:49 ` Yann E. MORIN
0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2014-10-19 11:49 UTC (permalink / raw)
To: buildroot
Bernd, All,
On 2014-10-19 13:08 +0200, Bernd Kuhls spake thusly:
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/libpciaccess/libpciaccess.mk | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/package/libpciaccess/libpciaccess.mk b/package/libpciaccess/libpciaccess.mk
> index 010707e..f27925d 100644
> --- a/package/libpciaccess/libpciaccess.mk
> +++ b/package/libpciaccess/libpciaccess.mk
> @@ -11,4 +11,11 @@ LIBPCIACCESS_LICENSE = MIT
> LIBPCIACCESS_LICENSE_FILES = COPYING
> LIBPCIACCESS_INSTALL_STAGING = YES
>
> +ifeq ($(BR2_PACKAGE_ZLIB),y)
> +LIBPCIACCESS_CONF_OPTS += --with-zlib
> +LIBPCIACCESS_DEPENDENCIES += zlib
> +else
> +LIBPCIACCESS_CONF_OPTS += --without-zlib
> +endif
> +
> $(eval $(autotools-package))
> --
> 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. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] xserver_xorg-server: Bump version to 1.16.1
2014-10-19 11:08 [Buildroot] [PATCH 1/2] xserver_xorg-server: Bump version to 1.16.1 Bernd Kuhls
2014-10-19 11:08 ` [Buildroot] [PATCH 2/2] package/libpciaccess: Add optional support for zlib Bernd Kuhls
@ 2014-10-19 14:26 ` Thomas Petazzoni
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2014-10-19 14:26 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Sun, 19 Oct 2014 13:08:15 +0200, Bernd Kuhls wrote:
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/x11r7/xserver_xorg-server/xserver_xorg-server.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Both patches applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-10-19 14:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-19 11:08 [Buildroot] [PATCH 1/2] xserver_xorg-server: Bump version to 1.16.1 Bernd Kuhls
2014-10-19 11:08 ` [Buildroot] [PATCH 2/2] package/libpciaccess: Add optional support for zlib Bernd Kuhls
2014-10-19 11:49 ` Yann E. MORIN
2014-10-19 14:26 ` [Buildroot] [PATCH 1/2] xserver_xorg-server: Bump version to 1.16.1 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox