Package: gnustep-examples / 1:1.4.0+git20210703-1

install-more.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
24
25
26
Description: Install some other programs.
Author: Yavor Doganov <yavor@gnu.org>
Bug-Debian: https://bugs.debian.org/862386
Forwarded: not-needed
Last-Update: 2025-04-10
---

--- gnustep-examples.orig/gui/GNUmakefile
+++ gnustep-examples/gui/GNUmakefile
@@ -31,12 +31,15 @@
 	Ink               \
 	ExampleService    \
 	GSTest            \
+	Finger            \
+	GFractal          \
+	HostAddress       \
 	PowerPaint        \
 	TestDrawing
 
 # MyGL commented out because it required OpenGL which some people
 # don't have.
-#	MyGL		  
+SUBPROJECTS += MyGL
 
 
 include GNUmakefile.preamble