mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
add apiversion to pkgconfig as well
This commit is contained in:
parent
7bb0efa887
commit
a5a711bc38
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ pkg_files = [
|
||||||
|
|
||||||
foreach p : pkg_files
|
foreach p : pkg_files
|
||||||
infile = p + '.pc.in'
|
infile = p + '.pc.in'
|
||||||
outfile = p + '-0.1.pc'
|
outfile = p + '-@0@.pc'.format(apiversion)
|
||||||
configure_file(input : infile,
|
configure_file(input : infile,
|
||||||
output : outfile,
|
output : outfile,
|
||||||
configuration : pkgconf,
|
configuration : pkgconf,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue