a8f12c9bdb
More patches to not build gl by default (dependency on Mesa) and to build all examples. Still need to investigate gnm, and check whether the gl flavor is actually ok.
16 lines
387 B
Plaintext
16 lines
387 B
Plaintext
--- examples/Makefile.in.orig Fri Sep 22 14:56:12 2000
|
|
+++ examples/Makefile.in Fri Sep 22 15:21:20 2000
|
|
@@ -56,6 +56,12 @@ SUBDIRS = aclock \
|
|
wizard \
|
|
xform
|
|
|
|
+SUBDIRS += biff box canvas desktop fileiconview ftpclient gear httpd \
|
|
+ iconview mail mdi networkprotocol overlay overlay_x11 statistics \
|
|
+ xmlquotes
|
|
+SUBDIRS += $(EXTRA_SAMPLES)
|
|
+
|
|
+
|
|
all:
|
|
$(MAKE) $(SUBDIRS)
|
|
|