1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Simon McVittie <smcv@debian.org>
Date: Tue, 30 Nov 2021 18:44:56 +0000
Subject: test: Don't install bundled copy of unifont
We don't include this in the Debian package.
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: not-needed
---
test/Makefile.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/Makefile.in b/test/Makefile.in
index 76331d6..a6a56fb 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -435,7 +435,6 @@ DATA = \
testgles2_sdf_img_normal.bmp \
testgles2_sdf_img_sdf.bmp \
testyuv.bmp \
- unifont-13.0.06.hex \
utf8.txt \
$(NULL)
|