mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 14:20:39 +01:00
glapi: Correct prerequisites for gl_and_glX_API.xml
The indirect_dispatch.h and indirect_table.c source files use gl_and_glX_API.xml in their generation rather than glX_API.xml, but it wasn't listed in their prerequisites. In turn, gl_and_glX_API.xml uses glX_API.xml, but this is already listed in $(COMMON_GLX).
This commit is contained in:
parent
fc67d47708
commit
929b6d2ebf
1 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ $(GLX_DIR)/indirect_dispatch.c: glX_proto_recv.py $(COMMON_GLX)
|
|||
$(GLX_DIR)/indirect_dispatch_swap.c: glX_proto_recv.py $(COMMON_GLX)
|
||||
$(PYTHON2) $(PYTHON_FLAGS) $< -m dispatch_c -s > $@
|
||||
|
||||
$(GLX_DIR)/indirect_dispatch.h: glX_proto_recv.py glX_API.xml $(COMMON_GLX)
|
||||
$(GLX_DIR)/indirect_dispatch.h: glX_proto_recv.py gl_and_glX_API.xml $(COMMON_GLX)
|
||||
$(PYTHON2) $(PYTHON_FLAGS) $< -m dispatch_h -f gl_and_glX_API.xml -s > $@
|
||||
|
||||
$(GLX_DIR)/indirect_size_get.h: glX_proto_size.py $(COMMON_GLX)
|
||||
|
|
@ -114,7 +114,7 @@ $(GLX_DIR)/indirect_reqsize.h: glX_proto_size.py $(COMMON_GLX)
|
|||
$(GLX_DIR)/indirect_reqsize.c: glX_proto_size.py $(COMMON_GLX)
|
||||
$(PYTHON2) $(PYTHON_FLAGS) $< -m reqsize_c | $(INDENT) $(INDENT_FLAGS) > $@
|
||||
|
||||
$(GLX_DIR)/indirect_table.c: glX_server_table.py glX_API.xml $(COMMON_GLX)
|
||||
$(GLX_DIR)/indirect_table.c: glX_server_table.py gl_and_glX_API.xml $(COMMON_GLX)
|
||||
$(PYTHON2) $(PYTHON_FLAGS) $< -f gl_and_glX_API.xml > $@
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue