[PATCH i-g-t 1/1] meson: Remove Xe EUdebug
Dominik Karol Piątkowski <[email protected]>
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
Remove Xe EUdebug from meson and meson_options, as there are no EUdebug files present. Signed-off-by: Dominik Karol Piątkowski <[email protected]> Reviewed-by: Zbigniew Kempczyński <[email protected]> --- meson.build | 2 -- meson_options.txt | 5 ----- 2 files changed, 7 deletions(-) diff --git a/meson.build b/meson.build index e09122a09..cb6dea30e 100644 --- a/meson.build +++ b/meson.build @@ -90,12 +90,10 @@ build_chamelium = get_option('chamelium') build_docs = get_option('docs') build_tests = not get_option('tests').disabled() build_xe = not get_option('xe_driver').disabled() -build_xe_eudebug = get_option('xe_eudebug').enabled() build_vmtb = get_option('vmtb').enabled() with_libdrm = get_option('libdrm_drivers') build_info = ['Build type: ' + get_option('buildtype')] -build_info += 'Build Xe EU debugger test framework: @0@'.format(build_xe_eudebug) build_info += 'Build VM Test Bench: @0@'.format(build_vmtb) inc = include_directories('include', 'include/drm-uapi', 'include/drm-uapi-experimental', 'include/linux-uapi', 'lib', 'lib/stubs/syscalls', '.') diff --git a/meson_options.txt b/meson_options.txt index e23402b36..fc824dda9 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -42,11 +42,6 @@ option('xe_driver', value : 'enabled', description : 'Build tests for Xe driver') -option('xe_eudebug', - type : 'feature', - value : 'disabled', - description : 'Build library and tests for Xe EU debugger') - option('vmtb', type : 'feature', value : 'disabled', -- 2.34.1