glapi: remove duplicated generated header glapitable.h
mesa/main/dispatch.h is exactly the same. We generated the same header twice. Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33794>
This commit is contained in:
@@ -36,7 +36,7 @@ endif
|
||||
|
||||
libappleglx = static_library(
|
||||
'glxapple',
|
||||
[files_libappleglx, glapitable_h],
|
||||
[files_libappleglx, main_dispatch_h],
|
||||
include_directories: [inc_mesa, inc_glx, inc_src, inc_include, inc_glapi, inc_gallium, inc_loader],
|
||||
dependencies: [dep_xext, dep_xplugin],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
|
@@ -10,15 +10,6 @@ glapi_mapi_tmp_h = custom_target(
|
||||
capture : true,
|
||||
)
|
||||
|
||||
glapitable_h = custom_target(
|
||||
'glapitable.h',
|
||||
input : ['gl_table.py', 'gl_and_es_API.xml'],
|
||||
output : 'glapitable.h',
|
||||
command : [prog_python, '@INPUT0@', '-f', '@INPUT1@'],
|
||||
depend_files : glapi_xml_py_deps,
|
||||
capture : true,
|
||||
)
|
||||
|
||||
glapi_gentable_c = custom_target(
|
||||
'glapi_gentable.c',
|
||||
input : ['gl_gentable.py', 'gl_and_es_API.xml'],
|
||||
|
@@ -16,7 +16,7 @@ bridge_glapi_files = files(
|
||||
bridge_glapi_files += glapi_mapi_tmp_h
|
||||
|
||||
if with_dri and ['apple', 'windows'].contains(with_dri_platform)
|
||||
bridge_glapi_files += [glapi_gentable_c, glapitable_h]
|
||||
bridge_glapi_files += [glapi_gentable_c, main_dispatch_h]
|
||||
endif
|
||||
|
||||
bridge_glapi_args = [
|
||||
|
Reference in New Issue
Block a user