From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/5] package/libsoup: add optional dependency for gobject-introspection
Date: Sun, 22 Mar 2020 11:45:31 +0100 [thread overview]
Message-ID: <20200322104531.GA2364@scaer> (raw)
In-Reply-To: <20200315172459.881615-1-aduskett@gmail.com>
Adam, All,
On 2020-03-15 10:24 -0700, aduskett at gmail.com spake thusly:
> From: Adam Duskett <Aduskett@gmail.com>
>
> If gobject-introspection is selected, explicitly set --with-introspection in
> the configure options and add a dependency for gobject-introspection.
>
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Series applied to master, except for path 4 which had a review by
Fabrice and thus needs some more work. Thanks! :-)
Regards,
Yann E. MORIN.
> ---
> package/libsoup/libsoup.mk | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/package/libsoup/libsoup.mk b/package/libsoup/libsoup.mk
> index 95bd682010..07c9d787bd 100644
> --- a/package/libsoup/libsoup.mk
> +++ b/package/libsoup/libsoup.mk
> @@ -16,6 +16,13 @@ LIBSOUP_CONF_OPTS = --disable-glibtest --enable-vala=no --with-gssapi=no
> LIBSOUP_DEPENDENCIES = host-pkgconf host-libglib2 \
> libglib2 libxml2 sqlite host-intltool
>
> +ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
> +LIBSOUP_CONF_OPTS += --with-introspection
> +LIBSOUP_DEPENDENCIES += gobject-introspection
> +else
> +LIBSOUP_CONF_OPTS += --without-introspection
> +endif
> +
> ifeq ($(BR2_PACKAGE_LIBSOUP_GNOME),y)
> LIBSOUP_CONF_OPTS += --with-gnome
> else
> --
> 2.24.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-03-22 10:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-15 17:24 [Buildroot] [PATCH 1/5] package/libsoup: add optional dependency for gobject-introspection aduskett at gmail.com
2020-03-15 17:24 ` [Buildroot] [PATCH 2/5] package/gssdp: " aduskett at gmail.com
2020-05-11 5:19 ` Thomas Petazzoni
2020-05-11 7:02 ` Fabrice Fontaine
2020-05-11 7:20 ` Fabrice Fontaine
2020-05-11 7:54 ` James Hilliard
2020-03-15 17:24 ` [Buildroot] [PATCH 3/5] package/gupnp: " aduskett at gmail.com
2020-03-15 17:24 ` [Buildroot] [PATCH 4/5] package/gupnp-dlna: " aduskett at gmail.com
2020-03-15 17:39 ` Fabrice Fontaine
2020-03-15 18:46 ` Adam Duskett
2020-03-15 17:24 ` [Buildroot] [PATCH 5/5] package/gupnp-av: " aduskett at gmail.com
2020-03-22 10:45 ` 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=20200322104531.GA2364@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox