Package: sdl2-compat / 2.32.54+ds-1

debian/test-Don-t-install-bundled-copy-of-unifont.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Simon McVittie <smcv@debian.org>
Date: Thu, 4 Jan 2024 17:22:12 +0000
Subject: test: Don't install bundled copy of unifont

We don't include this in the Debian package.

Forwarded: not-needed
---
 test/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 03f86f5..bdc4cde 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -212,7 +212,6 @@ foreach(fname
     "testgles2_sdf_img_normal.bmp"
     "testgles2_sdf_img_sdf.bmp"
     "testyuv.bmp"
-    "unifont-13.0.06.hex"
     "utf8.txt")
   list(APPEND RESOURCE_FILES "${fname}")
   file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/${fname}" DESTINATION "${CMAKE_BINARY_DIR}")