add apiversion to pkgconfig as well

This commit is contained in:
Wim Taymans 2018-07-31 15:05:17 +02:00
parent 7bb0efa887
commit a5a711bc38

View file

@ -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,