[Buildroot] [PATCH 1/5] package/libsoup: add optional dependency for gobject-introspection

Yann E. MORIN yann.morin.1998 at free.fr
Sun Mar 22 10:45:31 UTC 2020


Adam, All,

On 2020-03-15 10:24 -0700, aduskett at gmail.com spake thusly:
> From: Adam Duskett <Aduskett at 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 at 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.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list