tests: Add missing files to Makefile build

The script comes from a backport where only meson is used and therefore
the new files were omitted from the Makefile.

As a result, these files are not included in the released tar file and
the build fails.

Fixes: 95b899118 - meson: add glamor gles2 tests
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2089>
This commit is contained in:
Olivier Fourdan 2025-10-28 16:25:33 +01:00
parent a10c9018ff
commit 3362fec06a

View file

@ -189,5 +189,8 @@ EXTRA_DIST = \
scripts/xephyr-glamor-piglit.sh \
scripts/xinit-piglit-session.sh \
scripts/run-piglit.sh \
scripts/xephyr-glamor-gles2-piglit.sh \
bugs/meson.build \
bugs/bug1354.c \
$(NULL)