diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-12-01 21:20:57 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-12-01 21:20:57 +0000 |
commit | d9995c0af063640258a9d410e636136d51764616 (patch) | |
tree | 622475c8a1e242c4e0ba9147bedb6608aa065cc2 /app/xtsscale | |
parent | 25a367fee53f35b2a167186a2cda998a129a701f (diff) |
Use the ws-properties.h file from xf86-input-ws source directory.
There are architectures that don't build the X server nor drivers
so they won't have this file installed.
Noticed by todd@ on hppa.
Diffstat (limited to 'app/xtsscale')
-rw-r--r-- | app/xtsscale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xtsscale/Makefile b/app/xtsscale/Makefile index 358962da6..7b6ac5add 100644 --- a/app/xtsscale/Makefile +++ b/app/xtsscale/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2009/11/25 18:30:13 matthieu Exp $ +# $OpenBSD: Makefile,v 1.6 2009/12/01 21:20:56 matthieu Exp $ .include <bsd.xconf.mk> PROG= xtsscale MAN= xtsscale.1 CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 \ - -I${X11BASE}/include/xorg + -I${.CURDIR}/../../driver/xf86-input-ws/include LDADD+= -L${X11BASE}/lib -lXft -lXi -lXrender -lX11 -lXau \ -lXdmcp -lfontconfig -lexpat -lfreetype -lz |