compile correct path to 'Cards' file into xf86config

this is into response to (not so)recent post I can't find and should
resolve the described problem i.e. Cards file wasn't found.
This commit is contained in:
rtr 2004-02-18 04:59:56 +00:00
parent 77effcd27e
commit afb68f3457

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2004/02/06 11:58:56 rtr Exp $
# $NetBSD: Makefile,v 1.3 2004/02/18 04:59:56 rtr Exp $
.include <bsd.own.mk>
@ -11,7 +11,7 @@ SRCS= xf86config.c cards.c
LDADD= -lxkbfile -lXext -lX11
DPADD= ${LIBXKBFILE} ${LIBXEXT} ${LIBX11}
CPPFLAGS+= -DCARD_DATABASE_FILE='"${X11INCDIR}/X11/Cards"' \
CPPFLAGS+= -DCARD_DATABASE_FILE='"${X11USRLIBDIR}/X11/Cards"' \
-DXKB_RULES_DIR=\"${X11INCDIR}/X11/xkb/rules\" \
-DXCONFIGFILE=\"XF86Config\" \
-DXVERSION="${XVERSION}" \