Drop api version suffix from library name

This commit is contained in:
Jan Grulich 2018-07-27 09:42:39 +02:00 committed by Wim Taymans
parent 07411e09cb
commit 76ab7eb9fb
5 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ pkg_files = [
foreach p : pkg_files
infile = p + '.pc.in'
outfile = p + '-0.1.pc'
outfile = p + '.pc'
configure_file(input : infile,
output : outfile,
configuration : pkgconf,