27 lines
611 B
Diff
27 lines
611 B
Diff
diff --git a/Makefile b/Makefile
|
|
index bd50fcc..a39d73f 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -27,7 +27,7 @@ VKBLIB_DIR = $(DATA_DIR)/vkeybd
|
|
# device selections -- multiple avaialble
|
|
# to disable the device, set value 0 (do not comment out!)
|
|
#
|
|
-USE_AWE = 1
|
|
+USE_AWE = 0
|
|
USE_MIDI = 1
|
|
USE_ALSA = 1
|
|
USE_LASH = 0
|
|
@@ -35,10 +35,10 @@ USE_LASH = 0
|
|
#
|
|
# Tcl/Tk library -- depends on your distribution
|
|
#
|
|
-TCL_VERSION = 8.4
|
|
-TCLLIB = -ltcl$(TCL_VERSION)
|
|
+TCL_VERSION = 9.0
|
|
+TCLLIB = -ltcl
|
|
TCLINC =
|
|
-TKLIB = -ltk$(TCL_VERSION)
|
|
+TKLIB = -ltk
|
|
TKINC =
|
|
XLIB = -L/usr/X11R6/lib -lX11
|
|
XINC = -I/usr/X11R6/include
|