Skip to content

Commit

Permalink
fix(glib): Vala's vapi's name should be same as pkg-config package (a…
Browse files Browse the repository at this point in the history
…pache#1298)

In sync with arrow-glib, GADBC should name its Vala's VAPI file's name
to adbc-glib and is the same as the pkg-config adbc-glib.pc file's name

https://wiki.gnome.org/Projects/Vala/LibraryWritingNamingAndBuilding


> The name of the VAPI file should be the same as the pkg-config file for the library.
  • Loading branch information
esodan committed Nov 15, 2023
1 parent 5537a3e commit 7cd106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glib/adbc-glib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ adbc_glib_gir = gnome.generate_gir(libadbc_glib,
sources: sources + definition_headers + enums,
symbol_prefix: 'gadbc')
if generate_vapi
adbc_glib_vapi = gnome.generate_vapi('gadbc-1.0',
adbc_glib_vapi = gnome.generate_vapi('adbc-glib',
install: true,
packages: ['gobject-2.0'],
sources: [adbc_glib_gir[0]])
Expand Down

0 comments on commit 7cd106d

Please sign in to comment.