From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2/next 1/1] package/x11r7/libepoxy: bump to version 1.3.1
Date: Fri, 28 Aug 2015 19:47:44 +0200 [thread overview]
Message-ID: <20150828194744.3d957ed0@free-electrons.com> (raw)
In-Reply-To: <1439037798-30471-1-git-send-email-bernd.kuhls@t-online.de>
Dear Bernd Kuhls,
On Sat, 8 Aug 2015 14:43:17 +0200, Bernd Kuhls wrote:
> Removed call to pkgconf because epoxy configure now uses pkgconf
> itself to find egl headers:
> https://github.com/anholt/libepoxy/commit/d56f21c494b315306215c4730835a9b291360e9b
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> v2: Removed pkgconf to find rpi headers
>
> package/x11r7/libepoxy/libepoxy.mk | 8 ++------
> 1 file changed, 2 insertions(+), 6 deletions(-)
>
> diff --git a/package/x11r7/libepoxy/libepoxy.mk b/package/x11r7/libepoxy/libepoxy.mk
> index 58b094a..12ddd03 100644
> --- a/package/x11r7/libepoxy/libepoxy.mk
> +++ b/package/x11r7/libepoxy/libepoxy.mk
> @@ -4,17 +4,13 @@
> #
> ################################################################################
>
> -LIBEPOXY_VERSION = v1.2
> +LIBEPOXY_VERSION = v1.3.1
> LIBEPOXY_SITE = $(call github,anholt,libepoxy,$(LIBEPOXY_VERSION))
> LIBEPOXY_INSTALL_STAGING = YES
> LIBEPOXY_AUTORECONF = YES
> LIBEPOXY_DEPENDENCIES = xlib_libX11 xutil_util-macros libegl \
> - $(if $(BR2_PACKAGE_HAS_LIBGL),libgl)
> + $(if $(BR2_PACKAGE_HAS_LIBGL),libgl) host-pkgconf
> LIBEPOXY_LICENSE = MIT
> LIBEPOXY_LICENSE_FILES = COPYING
>
> -# needed for rpi-userland
> -LIBEPOXY_CFLAGS += `$(PKG_CONFIG_HOST_BINARY) --cflags egl`
> -LIBEPOXY_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) $(LIBEPOXY_CFLAGS)"
> -
> $(eval $(autotools-package))
This patch currently doesn't apply on next, because next has been
branched before your other libepoxy fixes have been merged. So I will
wait for next to be merged back in master before applying this patch.
This should happen soon, since we're approaching the end of August.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-08-28 17:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-08 12:43 [Buildroot] [PATCH v2/next 1/1] package/x11r7/libepoxy: bump to version 1.3.1 Bernd Kuhls
2015-08-08 12:43 ` [Buildroot] [PATCH v5 1/1] package/x11r7/libepoxy: fix OpenGL / EGL dependencies Bernd Kuhls
2015-08-09 9:23 ` Thomas Petazzoni
2015-08-28 17:47 ` Thomas Petazzoni [this message]
2015-12-19 13:23 ` [Buildroot] [PATCH v2/next 1/1] package/x11r7/libepoxy: bump to version 1.3.1 Thomas Petazzoni
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=20150828194744.3d957ed0@free-electrons.com \
--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