src: move extensions into pipewire

This allows having the same directory structure for headers as it
is in $prefix/include when installed, so that we can build other
projects using pipewire uninstalled (via the -uninstalled.pc or
by using meson subprojects). Otherwise, external code that reasonably
includes <pipewire/extensions/foo.h> fails to compile.
This commit is contained in:
George Kiagiadakis 2021-06-18 17:32:28 +03:00
parent 1f04e911c5
commit 953dc22f50
13 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,5 @@
subdir('pipewire')
subdir('extensions')
subdir('daemon')
subdir('tools')
subdir('modules')