glapi/meson: drop duplicate line in deps

Fixes: 0842bc879b ("meson: wire the new generator for es1 and es2")
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21562>
This commit is contained in:
Eric Engestrom 2023-02-27 16:50:50 +00:00 committed by Marge Bot
parent 7c62f6fa01
commit c9f3ba987f

View file

@ -22,7 +22,6 @@ glapi_gen_gl_xml = files('../registry/gl.xml')
glapi_gen_mapi_deps = [
glapi_gen_gl_xml,
genCommon_py,
glapi_gen_gl_xml,
]
gl_and_es_api_files = files('gl_and_es_API.xml')