mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -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
|
||||
infile = p + '.pc.in'
|
||||
outfile = p + '-0.1.pc'
|
||||
outfile = p + '-@0@.pc'.format(apiversion)
|
||||
configure_file(input : infile,
|
||||
output : outfile,
|
||||
configuration : pkgconf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue