mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
move things around
This commit is contained in:
parent
847cef83b6
commit
d1655196c3
130 changed files with 363 additions and 335 deletions
|
|
@ -121,6 +121,7 @@ configure_file(input : 'config.h.meson',
|
|||
configuration : cdata)
|
||||
|
||||
configinc = include_directories('.')
|
||||
pipewire_inc = include_directories('src')
|
||||
|
||||
makedata = configuration_data()
|
||||
makedata.set('VERSION', pipewire_version)
|
||||
|
|
@ -152,7 +153,7 @@ gst_dep = [dependency('gstreamer-1.0'),
|
|||
dependency('gstreamer-allocators-1.0'),]
|
||||
|
||||
subdir('spa')
|
||||
subdir('pipewire')
|
||||
subdir('src')
|
||||
subdir('pkgconfig')
|
||||
|
||||
doxygen = find_program('doxygen', required: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue