mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
meson: Use pkgconfig.generate
Also fixes the moduledir having a duplicated prefix.
This commit is contained in:
parent
1754438dc9
commit
03fdabd155
6 changed files with 18 additions and 46 deletions
|
|
@ -25,3 +25,9 @@ subdir('include')
|
|||
subdir('plugins')
|
||||
subdir('tools')
|
||||
subdir('tests')
|
||||
|
||||
pkgconfig.generate(filebase : 'libspa-@0@'.format(spaversion),
|
||||
name : 'libspa',
|
||||
description : 'Simple Plugin API',
|
||||
version : pipewire_version,
|
||||
extra_cflags : '-D_REENTRANT')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue