void-packages/srcpkgs/openttd/patches/remove-gfx-tests.patch
Emil Tomczyk 60a8b6eefb openttd: moved resources to separate packages
Also added dedicated option to build without graphics

New package: openttd-opengfx-7.1

New package: openttd-opensfx-1.0.3

New package: openttd-openmsx-0.4.2
2024-11-19 07:47:05 -05:00

14 lines
467 B
Diff

--- a/regression/CMakeLists.txt 2024-11-12 10:12:13.378582909 +0100
+++ b/regression/CMakeLists.txt 2024-11-12 10:12:33.430682642 +0100
@@ -15,10 +15,3 @@
DEPENDS
${CMAKE_BINARY_DIR}/regression/regression.cfg
)
-
- # Create a new target which runs the regression
- # Subdirectory targets will add themselves as dependencies
- add_custom_target(regression)
-
- add_subdirectory(regression)
- add_subdirectory(stationlist)