meson: Remove duplicate xvmc in build summary.

Fixes: d30ce03bc0 ("meson: add build-summary")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12296>
This commit is contained in:
Vinson Lee 2021-08-09 18:12:22 -07:00 committed by Marge Bot
parent 6a0e703512
commit c0fc745b78

View file

@ -2229,9 +2229,6 @@ if with_gallium
if with_gallium_xvmc
gallium_st += 'xvmc'
endif
if with_gallium_xvmc
gallium_st += 'xvmc'
endif
if with_gallium_vdpau
gallium_st += 'vdpau'
endif