mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
build: respect 'includedir' meson param
This commit is contained in:
parent
095e69882e
commit
58c977f69e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ pipewire_sources = [
|
||||||
|
|
||||||
configure_file(input : 'version.h.in',
|
configure_file(input : 'version.h.in',
|
||||||
output : 'version.h',
|
output : 'version.h',
|
||||||
install_dir : 'include/pipewire',
|
install_dir : join_paths(get_option('includedir'), 'pipewire'),
|
||||||
configuration : cdata)
|
configuration : cdata)
|
||||||
|
|
||||||
install_headers(pipewire_headers, subdir : 'pipewire')
|
install_headers(pipewire_headers, subdir : 'pipewire')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue