2733f18bd5
XInput is used to get raw events from the device and device properties are used to send the data back to the X server. Calibration can now be done without restarting X.
19 lines
431 B
Makefile
19 lines
431 B
Makefile
# $OpenBSD: Makefile,v 1.5 2009/11/25 18:30:13 matthieu Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
PROG= xtsscale
|
|
MAN= xtsscale.1
|
|
|
|
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 \
|
|
-I${X11BASE}/include/xorg
|
|
LDADD+= -L${X11BASE}/lib -lXft -lXi -lXrender -lX11 -lXau \
|
|
-lXdmcp -lfontconfig -lexpat -lfreetype -lz
|
|
|
|
CFLAGS+= -Wall
|
|
MANDIR= ${X11BASE}/man/cat
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|