[Libosinfo] [PATCH] build: Fix .vapi generation

Fabiano Fidêncio fidencio at redhat.com
Thu Jan 21 09:27:06 UTC 2016


On Thu, Jan 21, 2016 at 9:33 AM, Christophe Fergeau <cfergeau at redhat.com> wrote:
> 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>

Pushed, thanks!

>
> Christophe




More information about the Libosinfo mailing list