mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
meson.build: Include API version in module directory
This commit is contained in:
parent
b80fc0b08e
commit
2011023da7
2 changed files with 8 additions and 6 deletions
|
|
@ -23,6 +23,8 @@ libversion = '@0@.@1@.0'.format(soversion, pinos_version_minor.to_int() * 100 +
|
|||
|
||||
prefix = get_option('prefix')
|
||||
|
||||
modules_install_dir = '@0@/pinos-@1@'.format(get_option('libdir'), apiversion)
|
||||
|
||||
gnome = import('gnome')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue