mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-19 07:00:10 -05:00
Revert "Drop api version suffix from library name"
This reverts commit 76ab7eb9fb.
This commit is contained in:
parent
76ab7eb9fb
commit
a223a35a5b
5 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue