xserver: Branch 'master' - 6 commits
David Nusinow
dnusinow at speakeasy.net
Mon Oct 22 17:47:23 PDT 2007
On Mon, Oct 22, 2007 at 11:48:40AM +0300, Daniel Stone wrote:
> On Sun, Oct 21, 2007 at 09:40:37PM -0400, David Nusinow wrote:
> > On Mon, Oct 15, 2007 at 07:05:34PM +0300, Daniel Stone wrote:
> > > On Thu, Oct 11, 2007 at 07:33:20PM -0700, David Nusinow wrote:
> > > > idsdir = opendir("/usr/share/xserver-xorg/pci");
> > >
> > > Yow. Don't suppose you feel like making that a define from autoconf,
> > > keying off datadir by default? :)
> >
> > It looks like we never actually define datadir and just let it use
> > datarootdir (PREFIX/share) as default, then manually set it to
> > PREFIX/share/X11 elsewhere. Want me to define it as PREFIX/share/X11 so
> > that it's guaranteed to be consistent across options?
>
> I thought we usually just used $(datadir)/X11, which seems eminently
> sensible.
Right, but my thought was that it might be useful to have $(datadir)/X11 be
defined itself as a variable so that all the other various options didn't
have to manually specify $(datadir)/X11, and could just use the other
variable. It's not a big deal, just a potential increase in convenience
that probably isn't worth going through the whole tree to fix.
- David Nusinow
More information about the xorg
mailing list