From 327ae5db6ef93724640c4c74664d693d7a530dbe Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 31 Jul 2018 15:05:17 +0200 Subject: [PATCH] add apiversion to pkgconfig as well --- pkgconfig/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,