mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -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',
|
||||
'export-source.c',
|
||||
install: false,
|
||||
dependencies : [pipewire_dep, libm],
|
||||
dependencies : [pipewire_dep, mathlib],
|
||||
)
|
||||
|
||||
executable('export-spa',
|
||||
'export-spa.c',
|
||||
install: false,
|
||||
dependencies : [pipewire_dep, libm],
|
||||
dependencies : [pipewire_dep, mathlib],
|
||||
)
|
||||
|
||||
if sdl_dep.found()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue