mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Remove libpulse dep from libpulsecore
libpulsecore is not supposed to depend on the client library. Removing the dependency caused build failures, which are fixed by adding more stuff to libpulsecommon.
This commit is contained in:
parent
5eb02e31a6
commit
924743e612
2 changed files with 5 additions and 1 deletions
|
|
@ -1,8 +1,10 @@
|
|||
libpulsecommon_sources = [
|
||||
'pulse/client-conf.c',
|
||||
'pulse/error.c',
|
||||
'pulse/fork-detect.c',
|
||||
'pulse/format.c',
|
||||
'pulse/json.c',
|
||||
'pulse/mainloop-api.c',
|
||||
'pulse/xmalloc.c',
|
||||
'pulse/proplist.c',
|
||||
'pulse/utf8.c',
|
||||
|
|
@ -71,9 +73,11 @@ libpulsecommon_sources = [
|
|||
|
||||
libpulsecommon_headers = [
|
||||
'pulse/client-conf.h',
|
||||
'pulse/error.h',
|
||||
'pulse/fork-detect.h',
|
||||
'pulse/format.h',
|
||||
'pulse/json.h',
|
||||
'pulse/mainloop-api.h',
|
||||
'pulse/xmalloc.h',
|
||||
'pulse/proplist.h',
|
||||
'pulse/utf8.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue