All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 3/3] libgtk2: adjust style
Date: Mon, 30 Mar 2015 23:23:31 +0200	[thread overview]
Message-ID: <20150330212331.GH4318@free.fr> (raw)
In-Reply-To: <1427750190-10801-3-git-send-email-gustavo@zacarias.com.ar>

Gustavo, All,

On 2015-03-30 18:16 -0300, Gustavo Zacarias spake thusly:
> Cleanup indentation and mention why we need AUTORECONF.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/libgtk2/libgtk2.mk | 24 ++++++++++++------------
>  1 file changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/package/libgtk2/libgtk2.mk b/package/libgtk2/libgtk2.mk
> index c92bbd2..fbc0d08 100644
> --- a/package/libgtk2/libgtk2.mk
> +++ b/package/libgtk2/libgtk2.mk
> @@ -11,7 +11,7 @@ LIBGTK2_SITE = http://ftp.gnome.org/pub/gnome/sources/gtk+/$(LIBGTK2_VERSION_MAJ
>  LIBGTK2_INSTALL_STAGING = YES
>  LIBGTK2_LICENSE = LGPLv2+
>  LIBGTK2_LICENSE_FILES = COPYING
> -
> +# For 0001-reduce-dependencies.patch
>  LIBGTK2_AUTORECONF = YES
>  
>  LIBGTK2_CONF_ENV = \
> @@ -85,37 +85,37 @@ LIBGTK2_DEPENDENCIES += \
>  	fontconfig xlib_libX11 xlib_libXext xlib_libXrender
>  
>  ifeq ($(BR2_PACKAGE_XLIB_LIBXINERAMA),y)
> -	LIBGTK2_CONF_OPTS += --enable-xinerama
> -	LIBGTK2_DEPENDENCIES += xlib_libXinerama
> +LIBGTK2_CONF_OPTS += --enable-xinerama
> +LIBGTK2_DEPENDENCIES += xlib_libXinerama
>  else
> -	LIBGTK2_CONF_OPTS += --disable-xinerama
> +LIBGTK2_CONF_OPTS += --disable-xinerama
>  endif
>  
>  ifeq ($(BR2_PACKAGE_XLIB_LIBXI),y)
> -	LIBGTK2_CONF_OPTS += --with-xinput=yes
> -	LIBGTK2_DEPENDENCIES += xlib_libXi
> +LIBGTK2_CONF_OPTS += --with-xinput=yes
> +LIBGTK2_DEPENDENCIES += xlib_libXi
>  else
> -	LIBGTK2_CONF_OPTS += --with-xinput=no
> +LIBGTK2_CONF_OPTS += --with-xinput=no
>  endif
>  
>  ifeq ($(BR2_PACKAGE_XLIB_LIBXRANDR),y)
> -	LIBGTK2_DEPENDENCIES += xlib_libXrandr
> +LIBGTK2_DEPENDENCIES += xlib_libXrandr
>  endif
>  
>  ifeq ($(BR2_PACKAGE_XLIB_LIBXCURSOR),y)
> -	LIBGTK2_DEPENDENCIES += xlib_libXcursor
> +LIBGTK2_DEPENDENCIES += xlib_libXcursor
>  endif
>  
>  ifeq ($(BR2_PACKAGE_XLIB_LIBXFIXES),y)
> -	LIBGTK2_DEPENDENCIES += xlib_libXfixes
> +LIBGTK2_DEPENDENCIES += xlib_libXfixes
>  endif
>  
>  ifeq ($(BR2_PACKAGE_XLIB_LIBXCOMPOSITE),y)
> -	LIBGTK2_DEPENDENCIES += xlib_libXcomposite
> +LIBGTK2_DEPENDENCIES += xlib_libXcomposite
>  endif
>  
>  ifeq ($(BR2_PACKAGE_XLIB_LIBXDAMAGE),y)
> -	LIBGTK2_DEPENDENCIES += xlib_libXdamage
> +LIBGTK2_DEPENDENCIES += xlib_libXdamage
>  endif
>  
>  ifeq ($(BR2_PACKAGE_LIBPNG),y)
> -- 
> 2.0.5
> 
> _______________________________________________
> 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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2015-03-30 21:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-30 21:16 [Buildroot] [PATCH v2 1/3] libgtk2: bump to version 2.24.27 Gustavo Zacarias
2015-03-30 21:16 ` [Buildroot] [PATCH v2 2/3] libgtk2: drop libxcomposite mandatory dep Gustavo Zacarias
2015-03-30 21:22   ` Yann E. MORIN
2015-03-30 21:16 ` [Buildroot] [PATCH v2 3/3] libgtk2: adjust style Gustavo Zacarias
2015-03-30 21:23   ` Yann E. MORIN [this message]
2015-03-30 21:29 ` [Buildroot] [PATCH v2 1/3] libgtk2: bump to version 2.24.27 Yann E. MORIN
2015-03-30 21:37 ` 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=20150330212331.GH4318@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.