mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-12 20:29:12 +00:00
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.
This commit is contained in:
@@ -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>
|
.include <bsd.xconf.mk>
|
||||||
|
|
||||||
PROG= xtsscale
|
PROG= xtsscale
|
||||||
MAN= xtsscale.1
|
MAN= xtsscale.1
|
||||||
|
|
||||||
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 \
|
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 \
|
LDADD+= -L${X11BASE}/lib -lXft -lXi -lXrender -lX11 -lXau \
|
||||||
-lXdmcp -lfontconfig -lexpat -lfreetype -lz
|
-lXdmcp -lfontconfig -lexpat -lfreetype -lz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user