mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
meson: Enable x11 modules, add x11 related dependencies
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
90c6416b18
commit
6ee4f86fa4
3 changed files with 27 additions and 4 deletions
|
|
@ -126,6 +126,11 @@ if dbus_dep.found()
|
|||
]
|
||||
endif
|
||||
|
||||
if x11_dep.found()
|
||||
libpulsecore_sources += ['x11wrap.c']
|
||||
libpulsecore_headers += ['x11wrap.h']
|
||||
endif
|
||||
|
||||
# FIXME: walk through dependencies and add files
|
||||
|
||||
# FIXME: SIMD support (ORC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue