mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
pinos -> pipewire
This commit is contained in:
parent
f12a5ffc80
commit
83964cec87
197 changed files with 9430 additions and 11744 deletions
|
|
@ -4,13 +4,13 @@ pkgconf.set('prefix', get_option('prefix'))
|
|||
pkgconf.set('exec_prefix', '${prefix}')
|
||||
pkgconf.set('libdir', '${prefix}/@0@'.format(get_option('libdir')))
|
||||
pkgconf.set('includedir', '${prefix}/@0@'.format(get_option('includedir')))
|
||||
pkgconf.set('PINOS_API_VERSION', apiversion)
|
||||
pkgconf.set('VERSION', pinos_version)
|
||||
pkgconf.set('PIPEWIRE_API_VERSION', apiversion)
|
||||
pkgconf.set('VERSION', pipewire_version)
|
||||
|
||||
pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
|
||||
|
||||
pkg_files = [
|
||||
'libpinos',
|
||||
'libpipewire',
|
||||
'libspa',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue