anv: Fix vulkan build in meson.
Apparently the android part was never ported to meson. CC: <mesa-stable@lists.freedesktop.org> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
@@ -112,7 +112,6 @@ endforeach
|
|||||||
|
|
||||||
libanv_files = files(
|
libanv_files = files(
|
||||||
'anv_allocator.c',
|
'anv_allocator.c',
|
||||||
'anv_android_stubs.c',
|
|
||||||
'anv_android.h',
|
'anv_android.h',
|
||||||
'anv_batch_chain.c',
|
'anv_batch_chain.c',
|
||||||
'anv_blorp.c',
|
'anv_blorp.c',
|
||||||
@@ -178,6 +177,13 @@ if with_xlib_lease
|
|||||||
anv_flags += '-DVK_USE_PLATFORM_XLIB_XRANDR_EXT'
|
anv_flags += '-DVK_USE_PLATFORM_XLIB_XRANDR_EXT'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if with_platform_android
|
||||||
|
anv_flags += '-DVK_USE_PLATFORM_ANDROID_KHR'
|
||||||
|
libanv_files += files('anv_android.c')
|
||||||
|
else
|
||||||
|
libanv_files += files('anv_android_stubs.c')
|
||||||
|
endif
|
||||||
|
|
||||||
libanv_common = static_library(
|
libanv_common = static_library(
|
||||||
'anv_common',
|
'anv_common',
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user