tech-x11 archive

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

Re: Native Xorg on sparc64



On Mon, Oct 27, 2008 at 08:11:42AM +0000, Iain Hibbert wrote:
> On Mon, 27 Oct 2008, Quentin Garnier wrote:
> 
> > On Mon, Oct 27, 2008 at 12:16:42AM -0400, Michael wrote:
> > [..]
> > > All you need to do is setenv MKXORG yes and build.sh distribution. Do
> > > NOT specify -x or -X.
> >
> > That's incorrect.  Only -x (which is a shortcut to -V MKX11=yes) is
> > incompatible with MKXORG.
> 
> Is that on purpose? That seems contrary (Xorg is still X11, yes?) and it
> would be nice if build.sh were compatible with historical functionality..
> ie, if you use 'build.sh release' then you get a release without X11 and
> if you use 'build.sh -x release' then you get a release with X11.
> 
> I have not tried it as yet, but was under the impression that MKXORG=yes
> would mean that Xorg was built instead of XFree (when MKX11=yes)

build.sh release                no X11          MKX11=no  MKXORG=no
build.sh -x release             XFree86 X11     MKX11=yes MKXORG=no
build.sh -V MKXORG=yes release  Xorg X11        MKX11=no  MKXORG=yes

MKX11=yes and MKXORG=yes shall (by design) fail. (thanks to lukem@)

--
Tyler


Home | Main Index | Thread Index | Old Index