This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
pipewire
Watch
1
Star
0
Fork
You've already forked pipewire
0
mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced
2025-11-01 22:58:50 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3af6e248da
pipewire
/
spa
/
include
/
meson.build
4 lines
76 B
Meson
Raw
Normal View
History
Unescape
Escape
spa: use meson's install_subdir to install our header files All files in spa/include are being installed anyway, so to avoid having to list each file one-by-one let's use meson's install_subdir() to install all of them in one go.
2021-04-15 14:21:52 +10:00
install_subdir
(
'spa'
,
install_dir
:
get_option
(
'includedir'
)
/
spa_name
)
Reference in a new issue
Copy permalink