diff --git a/pkgconfig/meson.build b/pkgconfig/meson.build index 9b448aa15..babd28968 100644 --- a/pkgconfig/meson.build +++ b/pkgconfig/meson.build @@ -17,7 +17,7 @@ pkg_files = [ foreach p : pkg_files infile = p + '.pc.in' - outfile = p + '-0.1.pc' + outfile = p + '-@0@.pc'.format(apiversion) configure_file(input : infile, output : outfile, configuration : pkgconf,