mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: change EVL include paths
This commit is contained in:
parent
ba7af15cb2
commit
ea0e92c5d9
1 changed files with 2 additions and 2 deletions
|
|
@ -24,9 +24,9 @@ spa_support_lib = shared_library('spa-support',
|
|||
spa_support_dep = declare_dependency(link_with: spa_support_lib)
|
||||
|
||||
if get_option('evl').allowed()
|
||||
evl_inc = include_directories('/usr/evl/include')
|
||||
evl_inc = include_directories('/usr/include')
|
||||
evl_lib = cc.find_library('evl',
|
||||
dirs: ['/usr/evl/lib/'],
|
||||
dirs: ['/usr/lib/'],
|
||||
required: get_option('evl'))
|
||||
|
||||
spa_evl_sources = ['evl-system.c', 'evl-plugin.c']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue