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-02 09:01:50 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b0a1ae172c
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