All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] glibmm: new package
Date: Wed, 24 Apr 2013 21:43:52 +0200	[thread overview]
Message-ID: <87ppxjbton.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1366791236-22718-1-git-send-email-nicolas.menegale@openwide.fr> (nmenegale's message of "Wed, 24 Apr 2013 10:13:55 +0200")

>>>>> "nmenegale" == nmenegale  <nicolas.menegale@openwide.fr> writes:

 nmenegale> Signed-off-by: Nicolas M?n?gale  <nicolas.menegale@openwide.fr>
 nmenegale> ---
 nmenegale> v1: added BR2_INSTALL_LIBSTDCPP and BR2_USE_WCHAR
 nmenegale> glibmm is also a dependency of libxml++ (the libxml2 c++ wrapper)
 nmenegale> Signed-off-by: nmenegale <nicolas.menegale@openwide.fr>
 nmenegale> ---
 nmenegale>  package/Config.in        |  1 +
 nmenegale>  package/glibmm/Config.in | 13 +++++++++++++
 nmenegale>  package/glibmm/glibmm.mk | 13 +++++++++++++
 nmenegale>  3 files changed, 27 insertions(+)
 nmenegale>  create mode 100644 package/glibmm/Config.in
 nmenegale>  create mode 100644 package/glibmm/glibmm.mk

 nmenegale> diff --git a/package/Config.in b/package/Config.in
 nmenegale> index 06bcdef..c75c3ec 100644
 nmenegale> --- a/package/Config.in
 nmenegale> +++ b/package/Config.in
 nmenegale> @@ -558,6 +558,7 @@ source "package/fftw/Config.in"
 nmenegale>  source "package/libargtable2/Config.in"
 nmenegale>  source "package/argp-standalone/Config.in"
 nmenegale>  source "package/boost/Config.in"
 nmenegale> +source "package/glibmm/Config.in"
 nmenegale>  source "package/gmp/Config.in"
 nmenegale>  source "package/gsl/Config.in"
 nmenegale>  source "package/gtest/Config.in"
 nmenegale> diff --git a/package/glibmm/Config.in b/package/glibmm/Config.in
 nmenegale> new file mode 100644
 nmenegale> index 0000000..012b681
 nmenegale> --- /dev/null
 nmenegale> +++ b/package/glibmm/Config.in
 nmenegale> @@ -0,0 +1,13 @@
 nmenegale> +config BR2_PACKAGE_GLIBMM
 nmenegale> +	bool "glibmm"
 nmenegale> +	select BR2_PACKAGE_LIBGLIB2
 nmenegale> +	select BR2_PACKAGE_LIBSIGC
 nmenegale> +	depends on BR2_INSTALL_LIBSTDCPP
 nmenegale> +	depends on BR2_USE_WCHAR
 nmenegale> +	help
 nmenegale> +	  The GLibmm package is a set of C++ bindings for GLib. 
 nmenegale> +	  	

There's some stray trailing spaces here. Committed with that fixed,
thanks.

-- 
Bye, Peter Korsgaard

  parent reply	other threads:[~2013-04-24 19:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24  8:13 [Buildroot] [PATCH 1/2] glibmm: new package nmenegale
2013-04-24  8:13 ` [Buildroot] [PATCH 2/2] libxml++: " nmenegale
2013-04-24 14:08   ` Thomas Petazzoni
2013-04-24 14:02 ` [Buildroot] [PATCH 1/2] glibmm: " Thomas Petazzoni
2013-04-24 14:03 ` Thomas Petazzoni
2013-04-24 19:43 ` Peter Korsgaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-24 15:11 nmenegale
2013-04-23 14:09 nmenegale
2013-04-23 14:20 ` Gustavo Zacarias
2013-04-23 14:31   ` 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=87ppxjbton.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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.