xserver/Xext xcalibrate.c,NONE,3.1 Makefile.am,3.11,3.12
Phil Blundell
xserver-commit at pdx.freedesktop.org
Wed Jun 2 13:49:52 PDT 2004
Committed by: pb
Update of /cvs/xserver/xserver/Xext
In directory pdx:/tmp/cvs-serv2477/Xext
Modified Files:
Makefile.am
Added Files:
xcalibrate.c
Log Message:
2004-06-02 Philip Blundell <philb at gnu.org>
* configure.ac (XCALIBRATE): New conditional.
(REQUIRED_MODULES): Demand xcalibrateext if building XCalibrate.
* Xext/xcalibrate.c: New file.
* Xext/Makefile.am (libXext_a_SOURCES) [XCALIBRATE=yes]: Add
xcalibrate.c.
* hw/kdrive/linux/tslib.c (TsRead): Read raw events if requested.
--- NEW FILE: xcalibrate.c ---
(This appears to be a binary file; contents omitted.)
Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/Xext/Makefile.am,v
retrieving revision 3.11
retrieving revision 3.12
diff -u -d -r3.11 -r3.12
--- a/Makefile.am 7 Mar 2004 11:13:29 -0000 3.11
+++ b/Makefile.am 2 Jun 2004 20:49:50 -0000 3.12
@@ -25,6 +25,10 @@
PANORAMIX_SRCS = panoramiX.c panoramiX.h panoramiXsrv.h panoramiXprocs.c panoramiXSwap.c
endif
+if XCALIBRATE
+XCALIBRATE_SRCS = xcalibrate.c
+endif
+
libXext_a_SOURCES = \
bigreq.c \
mitmisc.c \
@@ -44,4 +48,6 @@
$(XV_SRCS) \
$(RES_SRCS) \
$(SCREENSAVER_SRCS) \
- $(PANORAMIX_SRCS)
+ $(PANORAMIX_SRCS) \
+ $(XCALIBRATE_SRCS)
+
More information about the xserver-commit
mailing list