[PATCH] fix overquoting of $(XKBCONFIGROOT)
Daniel Stone
daniel at fooishbar.org
Thu Mar 24 10:14:47 PDT 2011
On Thu, Mar 24, 2011 at 09:20:39AM -0400, Gaetan Nadon wrote:
> On Wed, 2011-03-23 at 23:29 -0400, Matt Turner wrote:
> > Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227
> >
> > Problem is easily seen during compile:
> > -DDFLT_XKB_CONFIG_ROOT='""/usr/share/X11/xkb""'
>
> This is what I get on Ubuntu before the patch:
>
> -DDFLT_XKB_CONFIG_ROOT=\"/home/nadon/xorg/src/share/X11/xkb\"
>
> Is this a platform difference?
>
> With the patch I get:
>
> -DDFLT_XKB_CONFIG_ROOT='/home/nadon/xorg/src/share/X11/xkb'
Why not just use xserver's AC_DEFINE_PATH macro rather than buggering
around with the command line?
Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110324/7741259a/attachment.pgp>
More information about the xorg-devel
mailing list