blob: 6afabb0f07377c7a658cfcfd8de020786a762b6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.4 1999/12/24 22:30:03 pooka Exp $
--- include/config.h.orig Wed Dec 22 22:13:56 1999
+++ include/config.h Wed Dec 22 22:26:48 1999
@@ -42,9 +42,9 @@
* Define all of those you want supported in your binary.
* Some combinations make no sense. See the installation document.
*/
-#define TTY_GRAPHICS /* good old tty based graphics */
+/* #define TTY_GRAPHICS /* good old tty based graphics */
/* #define X11_GRAPHICS */ /* X11 interface */
-/* #define QT_GRAPHICS */ /* Qt interface */
+#define QT_GRAPHICS /* Qt interface */
/*
* Define the default window system. This should be one that is compiled
|