[Libosinfo] [PATCH] build: Fix .vapi generation
Christophe Fergeau
cfergeau at redhat.com
Thu Jan 21 08:33:21 UTC 2016
On Wed, Jan 20, 2016 at 06:12:11PM +0100, Fabiano Fidêncio wrote:
> After a267020e272a generation of the .vapi file broke. It no longer has
> path_pattern property while get_path_pattern) is still there.
extra parens (or missing opening parens).
> Adding nodist_libosinfo_1_0_include_HEADERS to the list of the files
> passed to the .gir generation solves the problem.
> ---
> osinfo/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/osinfo/Makefile.am b/osinfo/Makefile.am
> index 410a4c1..ddece61 100644
> --- a/osinfo/Makefile.am
> +++ b/osinfo/Makefile.am
> @@ -191,7 +191,7 @@ Libosinfo_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0 libxml2-2.0
> Libosinfo_1_0_gir_PACKAGES = gobject-2.0 gio-2.0 libxml-2.0 libxslt
> Libosinfo_1_0_gir_EXPORT_PACKAGES = libosinfo-1.0
> Libosinfo_1_0_gir_LIBS = libosinfo-1.0.la
> -Libosinfo_1_0_gir_FILES = $(libosinfo_1_0_include_HEADERS) $(libosinfo_1_0_la_SOURCES) $(nodist_libosinfo_1_0_la_SOURCES)
> +Libosinfo_1_0_gir_FILES = $(libosinfo_1_0_include_HEADERS) $(nodist_libosinfo_1_0_include_HEADERS) $(libosinfo_1_0_la_SOURCES) $(nodist_libosinfo_1_0_la_SOURCES)
I've tested this and it fixed the issue for me
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libosinfo/attachments/20160121/68fb97d8/attachment.sig>
More information about the Libosinfo
mailing list