mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05: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)
|
spa_support_dep = declare_dependency(link_with: spa_support_lib)
|
||||||
|
|
||||||
if get_option('evl').allowed()
|
if get_option('evl').allowed()
|
||||||
evl_inc = include_directories('/usr/evl/include')
|
evl_inc = include_directories('/usr/include')
|
||||||
evl_lib = cc.find_library('evl',
|
evl_lib = cc.find_library('evl',
|
||||||
dirs: ['/usr/evl/lib/'],
|
dirs: ['/usr/lib/'],
|
||||||
required: get_option('evl'))
|
required: get_option('evl'))
|
||||||
|
|
||||||
spa_evl_sources = ['evl-system.c', 'evl-plugin.c']
|
spa_evl_sources = ['evl-system.c', 'evl-plugin.c']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue