Revert "Drop api version suffix from library name"

This reverts commit 76ab7eb9fb.
This commit is contained in:
Wim Taymans 2018-07-27 11:24:41 +02:00
parent 76ab7eb9fb
commit a223a35a5b
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 + '.pc'
outfile = p + '-0.1.pc'
configure_file(input : infile,
output : outfile,
configuration : pkgconf,