GNOME Bugzilla – Bug 771187
Add vala bindings
Last modified: 2016-12-06 07:42:25 UTC
Build vala-bindings from the already available introspection data.
Created attachment 335251 [details] [review] Add vala support and generate and install bindings
Review of attachment 335251 [details] [review]: ::: Makefile.am @@ +191,3 @@ +gnome_autoar_gnome_autoar_gtk_@LIBGNOME_AUTOAR_API_VERSION@_vapi_VAPIDIRS = $(builddir)/gnome-autoar +gnome_autoar_gnome_autoar_gtk_@LIBGNOME_AUTOAR_API_VERSION@_vapi_METADATADIRS = $(srcdir)/gnome-autoar +gnome_autoar_gnome_autoar_gtk_@LIBGNOME_AUTOAR_API_VERSION@_vapi_FILES = gnome-autoar/GnomeAutoarGtk-0.1.gir VAPIGEN gnome-autoar/gnome-autoar-gtk-0.vapi error: Package `GnomeAutoar-0.1' not found in specified Vala API directories or GObject-Introspection GIR directories I think you need _GIRDIRS here.
Created attachment 340854 [details] [review] Add vala support and generate and install bindings
Review of attachment 340854 [details] [review]: Nice, I don't see build issues now.
Attachment 340854 [details] pushed as bd1f5bd - Add vala support and generate and install bindings