Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2002 00:22:25 -0800
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        gnome@FreeBSD.org
Subject:   Re: bsd.gnome.mk needs this patch
Message-ID:  <20020225002225.A29201@dragon.nuxi.com>
In-Reply-To: <3C79F2DA.69EAE6A0@FreeBSD.org>; from sobomax@FreeBSD.org on Mon, Feb 25, 2002 at 10:16:26AM %2B0200
References:  <20020224222548.A66147@dragon.nuxi.com> <3C79F2DA.69EAE6A0@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 25, 2002 at 10:16:26AM +0200, Maxim Sobolev wrote:
> > Please commit ASAP.  USE_MOTIF sets USE_XLIB, which then ensures the X11
> > libs are installed.  GTK(GNOME) should do the same.
> > 
> > Index: bsd.gnome.mk
> > ===================================================================
> > RCS file: /home/ncvs/ports/Mk/bsd.gnome.mk,v
> > retrieving revision 1.13
> > diff -u -r1.13 bsd.gnome.mk
> > --- bsd.gnome.mk        13 Jan 2002 12:05:07 -0000      1.13
> > +++ bsd.gnome.mk        25 Feb 2002 06:24:39 -0000
> > @@ -220,6 +220,7 @@
> >  .endif
> >  .if defined(USE_GTK)
> >  USE_GLIB=      yes
> > +USE_XLIB=      yes
> >  .endif
> > 
> >  .if defined(USE_ESOUND)
> 
> No, because X11 dependency inherited along with gtk+ dependency.

WRONG.  It is only done if gtk was built as a port.

Look, I need this for the Vim port -- there should be a knob to let you
know that the X libs are needed.  If you are linking with gtk, you need
the X libs.  In EVERY other case, USE_XLIB is set, except for the USE_GTK
case.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020225002225.A29201>