From 3362fec06a3720e6d255316961b023992d9a7a38 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 28 Oct 2025 16:25:33 +0100 Subject: [PATCH] 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 Part-of: --- test/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index ce07c3551..829870b06 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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)