mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
build: Use mathlib for the libm dependency object
The libm variable is defined in `spa`, but the top-level meson.build defines mathlib.
This commit is contained in:
parent
f115646bcd
commit
a52ba92378
1 changed files with 2 additions and 2 deletions
|
|
@ -6,13 +6,13 @@ executable('video-src',
|
||||||
executable('export-source',
|
executable('export-source',
|
||||||
'export-source.c',
|
'export-source.c',
|
||||||
install: false,
|
install: false,
|
||||||
dependencies : [pipewire_dep, libm],
|
dependencies : [pipewire_dep, mathlib],
|
||||||
)
|
)
|
||||||
|
|
||||||
executable('export-spa',
|
executable('export-spa',
|
||||||
'export-spa.c',
|
'export-spa.c',
|
||||||
install: false,
|
install: false,
|
||||||
dependencies : [pipewire_dep, libm],
|
dependencies : [pipewire_dep, mathlib],
|
||||||
)
|
)
|
||||||
|
|
||||||
if sdl_dep.found()
|
if sdl_dep.found()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue