Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 05/16] xlib_libXau: remove duplicate dependancies
Date: Thu, 1 Apr 2010 20:09:49 +0200	[thread overview]
Message-ID: <20100401200949.22caad19@surf> (raw)
In-Reply-To: <1270126006-22405-5-git-send-email-will_wagner@carallon.com>


Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

On Thu,  1 Apr 2010 13:46:35 +0100
Will Wagner <will_wagner@carallon.com> wrote:

> ---
>  package/x11r7/xlib_libXau/Config.in      |    1 -
>  package/x11r7/xlib_libXau/xlib_libXau.mk |    2 +-
>  2 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/package/x11r7/xlib_libXau/Config.in b/package/x11r7/xlib_libXau/Config.in
> index 1b7adbc..4c4e517 100644
> --- a/package/x11r7/xlib_libXau/Config.in
> +++ b/package/x11r7/xlib_libXau/Config.in
> @@ -1,7 +1,6 @@
>  config BR2_PACKAGE_XLIB_LIBXAU
>  	bool "libXau"
>  	select BR2_PACKAGE_XPROTO_XPROTO
> -	select BR2_PACKAGE_XPROTO_XPROTO
>  	select BR2_PACKAGE_XUTIL_UTIL_MACROS
>  	help
>  	  libXau 1.0.5
> diff --git a/package/x11r7/xlib_libXau/xlib_libXau.mk b/package/x11r7/xlib_libXau/xlib_libXau.mk
> index 71bca6c..d5f6814 100644
> --- a/package/x11r7/xlib_libXau/xlib_libXau.mk
> +++ b/package/x11r7/xlib_libXau/xlib_libXau.mk
> @@ -10,7 +10,7 @@ XLIB_LIBXAU_SITE = http://xorg.freedesktop.org/releases/individual/lib
>  XLIB_LIBXAU_AUTORECONF = NO
>  XLIB_LIBXAU_LIBTOOL_PATCH = NO
>  XLIB_LIBXAU_INSTALL_STAGING = YES
> -XLIB_LIBXAU_DEPENDENCIES = xproto_xproto xproto_xproto xutil_util-macros
> +XLIB_LIBXAU_DEPENDENCIES = xutil_util-macros xproto_xproto
>  XLIB_LIBXAU_CONF_OPT = --enable-shared --disable-static
>  
>  $(eval $(call AUTOTARGETS,package/x11r7,xlib_libXau))


-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2010-04-01 18:09 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-01 12:46 [Buildroot] [PATCH 01/16] libdrm: bump version to 2.4.19 Will Wagner
2010-04-01 12:46 ` [Buildroot] [PATCH 02/16] pixman: bump version Will Wagner
2010-04-01 12:54   ` Lionel Landwerlin
2010-04-08 19:36     ` Peter Korsgaard
2010-04-08 19:36   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 03/16] mesa3d: bump version and convert to autotools Will Wagner
2010-04-08 19:38   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 04/16] correct name of xapp_xinput.mk Will Wagner
2010-04-08 19:42   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 05/16] xlib_libXau: remove duplicate dependancies Will Wagner
2010-04-01 18:09   ` Thomas Petazzoni [this message]
2010-04-08 19:43   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 06/16] pthread-stubs: bump version Will Wagner
2010-04-08 19:44   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 07/16] xproto_dri2proto: " Will Wagner
2010-04-08 19:47   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 08/16] xproto_fontcacheproto: " Will Wagner
2010-04-08 19:50   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 09/16] xproto_xf86miscproto: " Will Wagner
2010-04-08 19:51   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 10/16] xlib_libpciaccess: " Will Wagner
2010-04-08 19:59   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 11/16] xlib_libXfontcache: " Will Wagner
2010-04-08 19:58   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 12/16] xkeyboard-config: " Will Wagner
2010-04-08 19:59   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 13/16] xproto_evieext: " Will Wagner
2010-04-08 20:01   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 14/16] xlib_libXxf86misc: " Will Wagner
2010-04-08 20:02   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 15/16] xserver_xorg-server: bump version, improve option support Will Wagner
2010-04-08 20:08   ` Peter Korsgaard
2010-04-08 22:01     ` Will Wagner
2010-04-14 11:50     ` Will Wagner
2010-04-14 13:00       ` Paulius Zaleckas
2010-04-14 13:09   ` Paulius Zaleckas
2010-04-14 13:52     ` Will Wagner
2010-04-01 12:46 ` [Buildroot] [PATCH 16/16] xdriver_xf86-video-intel: bump version Signed-off-by: Will Wagner <will_wagner@carallon.com> Will Wagner
2010-04-08 20:11   ` Peter Korsgaard
2010-04-01 12:51 ` [Buildroot] [PATCH 01/16] libdrm: bump version to 2.4.19 Will Wagner
2010-04-01 19:08   ` Paulius Zaleckas
2010-04-01 21:12     ` 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=20100401200949.22caad19@surf \
    --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