mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 21:26:36 +00:00
meson: Generate a mock Android config header.
This commit is contained in:
parent
aa308609af
commit
04318b4104
|
@ -153,3 +153,17 @@ xrt_config_vulkan = declare_dependency(
|
|||
sources: xrt_config_vulkan_h,
|
||||
include_directories: xrt_include,
|
||||
)
|
||||
|
||||
|
||||
#####
|
||||
# Mock Android config
|
||||
#
|
||||
|
||||
android_conf = configuration_data()
|
||||
|
||||
# No actual config data in here.
|
||||
|
||||
xrt_config_android_h = configure_file(
|
||||
output: 'xrt_config_android.h',
|
||||
configuration: android_conf,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue