Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11/Xserver/hw/xfree86/bin/xf86config + set correct XKB_RULE...



details:   https://anonhg.NetBSD.org/src/rev/a2b395d6419d
branches:  trunk
changeset: 559453:a2b395d6419d
user:      rtr <rtr%NetBSD.org@localhost>
date:      Wed Mar 17 23:19:48 2004 +0000

description:
+ set correct XKB_RULES_DIR path

should resolve pr#24815

diffstat:

 x11/Xserver/hw/xfree86/bin/xf86config/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a9caac00e471 -r a2b395d6419d x11/Xserver/hw/xfree86/bin/xf86config/Makefile
--- a/x11/Xserver/hw/xfree86/bin/xf86config/Makefile    Wed Mar 17 23:15:30 2004 +0000
+++ b/x11/Xserver/hw/xfree86/bin/xf86config/Makefile    Wed Mar 17 23:19:48 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2004/02/18 04:59:56 rtr Exp $
+#      $NetBSD: Makefile,v 1.4 2004/03/17 23:19:48 rtr Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,7 @@
 DPADD= ${LIBXKBFILE} ${LIBXEXT} ${LIBX11}
 
 CPPFLAGS+=     -DCARD_DATABASE_FILE='"${X11USRLIBDIR}/X11/Cards"' \
-               -DXKB_RULES_DIR=\"${X11INCDIR}/X11/xkb/rules\" \
+               -DXKB_RULES_DIR=\"${X11USRLIBDIR}/X11/xkb/rules\" \
                -DXCONFIGFILE=\"XF86Config\" \
                -DXVERSION="${XVERSION}" \
                -DWSCONS_SUPPORT



Home | Main Index | Thread Index | Old Index