Subject: Re: Running GTK+ applications without X11 under Mac OS X
To: Matthias Scheler <tron@zhadum.org.uk>
From: Min Sik Kim <msk@eecs.wsu.edu>
List: pkgsrc-users
Date: 01/15/2007 04:37:08
On Jan 15, 2007, at 1:47 AM, Matthias Scheler wrote:
>
> Hello,
>
> if I'm not mistaken it is possible to compile GTK+ 2.x and all the
> package
> it depends to work without X11 under Mac OS X. What are the necessary
> options to do that and what package need to be rebuild afterwards?
I have the following in my mk.conf:
PKG_DEFAULT_OPTIONS?= -x11 quartz
glitz, cairo, pango, and gtk2+ must be rebuilt.
Regards,
Min