From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 01/12] package/libsecret: enable gobject-introspection support
Date: Mon, 6 Apr 2020 22:38:07 +0200 [thread overview]
Message-ID: <20200406203807.GT22325@scaer> (raw)
In-Reply-To: <20200401002134.1779241-1-aduskett@gmail.com>
Adam, All,
On 2020-03-31 17:21 -0700, aduskett at gmail.com spake thusly:
> From: Adam Duskett <Aduskett@gmail.com>
>
> If gobject-introspection is selected, add the gobject-introspection package to
> the dependency list and set the conf opt --enable-introspection.
>
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Except for patch 2, on which Thomas asked a question that was not
answered, I have applied the entire series to master, thanks!
Regards,
Yann E. MORIN.
> ---
> package/libsecret/libsecret.mk | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/package/libsecret/libsecret.mk b/package/libsecret/libsecret.mk
> index b48d2e7086..f87df47097 100644
> --- a/package/libsecret/libsecret.mk
> +++ b/package/libsecret/libsecret.mk
> @@ -15,11 +15,17 @@ LIBSECRET_CONF_OPTS = \
> --disable-manpages \
> --disable-strict \
> --disable-coverage \
> - --enable-introspection=no \
> --enable-vala=no
> LIBSECRET_LICENSE = LGPL-2.1+
> LIBSECRET_LICENSE_FILES = COPYING
>
> +ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
> +LIBSECRET_CONF_OPTS += --enable-introspection=yes
> +LIBSECRET_DEPENDENCIES += gobject-introspection
> +else
> +LIBSECRET_CONF_OPTS += --enable-introspection=no
> +endif
> +
> ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
> LIBSECRET_DEPENDENCIES += libgcrypt
> LIBSECRET_CONF_OPTS += --enable-gcrypt \
> --
> 2.25.1
>
> _______________________________________________
> 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 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2020-04-06 20:38 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-01 0:21 [Buildroot] [PATCH 01/12] package/libsecret: enable gobject-introspection support aduskett at gmail.com
2020-04-01 0:21 ` [Buildroot] [PATCH 02/12] package/pango: " aduskett at gmail.com
2020-04-01 5:22 ` Thomas Petazzoni
2020-04-01 0:21 ` [Buildroot] [PATCH 03/12] package/libgtk2: " aduskett at gmail.com
2020-04-01 0:21 ` [Buildroot] [PATCH 04/12] package/libgtk3: " aduskett at gmail.com
2020-04-01 0:21 ` [Buildroot] [PATCH 05/12] package/json-glib: " aduskett at gmail.com
2020-04-01 0:21 ` [Buildroot] [PATCH 06/12] package/gcr: " aduskett at gmail.com
2020-04-19 14:28 ` Thomas Petazzoni
2020-04-01 0:21 ` [Buildroot] [PATCH 07/12] package/gconf: " aduskett at gmail.com
2020-04-01 0:21 ` [Buildroot] [PATCH 08/12] package/atk: " aduskett at gmail.com
2020-05-11 5:12 ` Thomas Petazzoni
2020-04-01 0:21 ` [Buildroot] [PATCH 09/12] package/libgee: " aduskett at gmail.com
2020-04-01 0:21 ` [Buildroot] [PATCH 10/12] package/libmediaart: " aduskett at gmail.com
2020-04-01 0:21 ` [Buildroot] [PATCH 11/12] package/rygel: " aduskett at gmail.com
2020-04-01 0:21 ` [Buildroot] [PATCH 12/12] package/vte: " aduskett at gmail.com
2020-04-06 20:38 ` Yann E. MORIN [this message]
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=20200406203807.GT22325@scaer \
--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.