From a5a711bc38e9d197885763c17fab4d4ea0d15775 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,