mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
command: move command to the daemon
This commit is contained in:
parent
a212d2f9ed
commit
85caf0b485
4 changed files with 4 additions and 4 deletions
|
|
@ -31,9 +31,9 @@
|
||||||
|
|
||||||
#include <pipewire/utils.h>
|
#include <pipewire/utils.h>
|
||||||
#include <pipewire/module.h>
|
#include <pipewire/module.h>
|
||||||
|
#include <pipewire/private.h>
|
||||||
|
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "private.h"
|
|
||||||
|
|
||||||
/** \cond */
|
/** \cond */
|
||||||
|
|
||||||
|
|
@ -1,9 +1,11 @@
|
||||||
pipewire_daemon_sources = [
|
pipewire_daemon_sources = [
|
||||||
'main.c',
|
'command.c',
|
||||||
'daemon-config.c',
|
'daemon-config.c',
|
||||||
|
'main.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
pipewire_daemon_headers = [
|
pipewire_daemon_headers = [
|
||||||
|
'command.h',
|
||||||
'daemon-config.h',
|
'daemon-config.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
pipewire_headers = [
|
pipewire_headers = [
|
||||||
'array.h',
|
'array.h',
|
||||||
'client.h',
|
'client.h',
|
||||||
'command.h',
|
|
||||||
'control.h',
|
'control.h',
|
||||||
'core.h',
|
'core.h',
|
||||||
'data-loop.h',
|
'data-loop.h',
|
||||||
|
|
@ -36,7 +35,6 @@ pipewire_headers = [
|
||||||
|
|
||||||
pipewire_sources = [
|
pipewire_sources = [
|
||||||
'client.c',
|
'client.c',
|
||||||
'command.c',
|
|
||||||
'control.c',
|
'control.c',
|
||||||
'core.c',
|
'core.c',
|
||||||
'data-loop.c',
|
'data-loop.c',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue