[patch] XKB mystery solved
Felix Kühling
fxkuehl at gmx.de
Fri Sep 23 07:36:46 PDT 2005
Am Freitag, den 23.09.2005, 01:48 -0400 schrieb Mike A. Harris:
> Felix Kühling wrote:
[snip]
> > Index: configure.ac
> > ===================================================================
> > RCS file: /cvs/xorg/xserver/xorg/configure.ac,v
> > retrieving revision 1.83
> > diff -u -r1.83 configure.ac
> > --- configure.ac 19 Sep 2005 22:44:49 -0000 1.83
> > +++ configure.ac 20 Sep 2005 00:07:19 -0000
> > @@ -304,13 +304,13 @@
> > [ MESA_SOURCE="" ])
> > AC_ARG_WITH(default-font-path, [ --with-default-font-path=PATH ],
> > [ FONTPATH="$withval" ],
> > - [ FONTPATH="${datadir}/X11/fonts" ])
> > + [ FONTPATH="${libdir}/X11/fonts" ])
> > AC_ARG_WITH(xkb-path, [ --with-xkb-path=PATH ],
> > [ XKBPATH="$withval" ],
> > - [ XKBPATH="${datadir}/X11/xkb" ])
> > + [ XKBPATH="${libdir}/X11/xkb" ])
> > AC_ARG_WITH(rgb-path, [ --with-rgb-path=PATH ],
> > [ RGBPATH="$withval" ],
> > - [ RGBPATH="${datadir}/X11/rgb" ])
> > + [ RGBPATH="${libdir}/X11/rgb" ])
> >
> > dnl Extensions.
> > AC_ARG_ENABLE(composite, [ --disable-composite ], [COMPOSITE=$enableval], [COMPOSITE=yes])
>
>
> xkb data files are architecture independant data, and should be
> installed into datadir, not libdir. What needs fixing, is
> everything that is looking for the xkb data files in the wrong
> place.
Kristian Høgsberg committed a fix for that to the data/xkbdata module on
Wednesday (haven't tested it yet).
Regards,
Felix
--
| Felix Kühling <fxkuehl at gmx.de> http://fxk.de.vu |
| PGP Fingerprint: 6A3C 9566 5B30 DDED 73C3 B152 151C 5CC1 D888 E595 |
More information about the xorg-modular
mailing list