setxkbmap: XKB data path problem

Yong-Jhen Hong yongjhen at alqualonde.org
Sun Dec 24 20:11:59 PST 2006


XKB data path patch for GNOME users:

--- x11/libxklavier/Makefile.orig       Mon Dec 25 11:49:02 2006
+++ x11/libxklavier/Makefile    Mon Dec 25 11:47:58 2006
@@ -25,7 +25,7 @@
 GNU_CONFIGURE= yes
 CPPFLAGS+=     -I${LOCALBASE}/include -I${X11BASE}/include
 CONFIGURE_ARGS=        --disable-doxygen \
-               --with-xkb-base=${X11BASE}/lib/X11/xkb \
+               --with-xkb-base=${X11BASE}/share/X11/xkb \
                --with-xmodmap-base=${LOCALBASE}/share/gnome/xmodmap \
                --disable-gtk-doc \
                --with-html-dir=${GNOME_HTML_DIR}


Maybe it would be better to link ${X11BASE}/share/X11/xkb to
${X11BASE}/lib/X11/xkb for backward compatibility?

Regards,
yongjhen



More information about the freebsd-x11 mailing list