Re: Say goodbye to core X fonts
- From: Owen Taylor <otaylor redhat com>
- To: gtk-devel-list gnome org
- Subject: Re: Say goodbye to core X fonts
- Date: 16 Apr 2003 05:26:50 -0400
On Wed, 2003-04-16 at 16:17, Albert Chin wrote:
> On Wed, Apr 16, 2003 at 12:53:03AM -0400, Owen Taylor wrote:
> > On Wed, 2003-04-16 at 11:48, Arnaud Charlet wrote:
> > > For the time being, we often simply find that our supported platforms are
> > > simply not considered at all by the Gtk+ maintainers (e.g. Solaris 2.5.1)
> >
> > I'm not sure what "not considered at all" means. I typically don't
> > consider *any* platform at all other than the ones I develop
> > on unless someone submits a bug report or fix.
> >
> > Solaris 2.5.1 is sort of "special" because it it X11R5 based.
> > Since X11R6 is almost a teenager now (coming up on its 9th
> > birthday), I am pretty tempted to declare that GTK+ simply
> > doesn't work with X11R5.
> >
> > But the changes are pretty trivial
> > (http://bugzilla.gnome.org/show_bug.cgi?id=110523 has a patch,
> > though I'd do it differently), so most likely we'll just fix it
> > for 2.2.2.
>
> How should I do it?
My thought was that there should be no reason to make the user
specify --disable-xim. You should be able to do
have_x11r6=false
AC_CHECK_LIB(X11, XAddConnectionWatch,
have_x11r6=true),
,
$x_libs_for_checks)
if $have_x11r6; then
AC_DEFINE(HAVE_X11R6,1,[Define if we have X11R6])
fi
AM_CONDITIONAL(HAVE_X11R6, $have_x11r6)
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]