summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Allum <mallum@polystyrene.(none)>2006-08-04 23:01:08 +0100
committerMatthew Allum <mallum@polystyrene.(none)>2006-08-04 23:01:08 +0100
commit4be232e30cd33a44a1ce6d3ec429ee6101540c62 (patch)
tree604ede68a3e444ded9951d31a40840bbdaf71431
parent0eb8b3c22ac8147b51817a65783967c858c6c97f (diff)
Updates for newer proto and .pc namings.
Fix Makefile.am to build Add a README
-rw-r--r--Makefile.am2
-rw-r--r--README2
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c97b716..df53e88 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@ lib_LTLIBRARIES = libXcalibrate.la
libXcalibrate_la_SOURCES = \
xcalibrate.c
-libXcalibrate_la_LIBADD = @X_LIBS@
+libXcalibrate_la_LIBADD = @XCALIBRATE_LIBS@
libXcalibrateincludedir = $(includedir)/X11/extensions
libXcalibrateinclude_HEADERS = xcalibrate.h
diff --git a/README b/README
new file mode 100644
index 0000000..057a358
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+libXCalibrate is a library for performing touchscreen calibration with
+the kdrive tslib touchscreen driver.
diff --git a/configure.ac b/configure.ac
index e81414f..2bd4f01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Check for X
-PKG_CHECK_MODULES(XCALIBRATE, x11 xextensions xcalibrateext)
+PKG_CHECK_MODULES(XCALIBRATE, x11 xextproto xcalibrateproto)
AC_OUTPUT([Makefile
xcalibrate.pc])