cb49cc5d83
consumer of the updated acpi_ibm(4) driver: With TPB it is possible to bind a program to the ThinkPad, Mail, Home and Search button. TPB can also run a callback program on each state change with the changed state and the new state as options. So it is possible to trigger several actions on different events. TPB has an on-screen display (OSD) to show volume, mute, brightness and some other information. Furthermore TPB supports a software mixer, as the R series ThinkPads have no hardware mixer to change the volume. WWW: http://www.nongnu.org/tpb/
11 lines
326 B
Text
11 lines
326 B
Text
--- Makefile.in.orig Thu Jun 9 01:19:36 2005
|
|
+++ Makefile.in Thu Jun 9 01:19:52 2005
|
|
@@ -92,7 +92,7 @@
|
|
USE_NLS = @USE_NLS@
|
|
VERSION = @VERSION@
|
|
|
|
-SUBDIRS = doc intl po src man
|
|
+SUBDIRS = intl po src man
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = config.h
|