Subject: Re: x11/qt-libs has CONFIGURE_ARGS=-no-xinerama
To: Johnny C. Lam <jlam@netbsd.org>
From: Brian A. Seklecki <lavalamp@spiritual-machines.org>
List: tech-pkg
Date: 10/16/2002 18:59:42
On Wed, 16 Oct 2002 @ 7:17am (-0700), Johnny C. Lam wrote:

JCL> On Wed, Oct 16, 2002 at 06:19:07AM -0400, Brian A. Seklecki wrote:
JCL> >
JCL> > ...however, we have a working xinerama in our XFree86.  This should work, at
JCL> > least on i386.  Perhaps an if condition to check for platforms that use
JCL> > XFree?
JCL> >
JCL> >     -no-xinerama ....... Do not compile Xinerama (multihead) support.
JCL> >  *  -xinerama .......... Compile Xinerama support.
JCL> >                          Requires X11/extensions/Xinerama.h and libXinerama.
JCL> >                          XFree86 with X11/extensions/XInput.h and libXi.
JCL>
JCL> I think the qt2/qt3 configure scripts both check for a shared libXinerama

...right, closer examination of the build w/o that -no-xi* flag reveals a non fatal message.

...then of course pkg audio/arts completely fails to build against QT3

...the libXinerama problem is probably a result of MKFLAGS=-k in xsrc/Makefile ):/

-lava

JCL> which isn't present by default for NetBSD's XF4.
JCL>
JCL> 	Cheers,
JCL>
JCL> 	-- Johnny Lam <jlam@netbsd.org>