mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
build: respect 'includedir' meson param
This commit is contained in:
parent
aea505425b
commit
90400b17d6
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