On Sun, Nov 30, 2008 at 02:18:26PM +0100, LÉVAI Dániel wrote:
> > After a closer look at configure.ac and at the source trees after
> > make configure (with ghostscript installed and uninstalled), I think
> > you really don't need the no_gs flavor. The only relevant part that
> > of GraphicsMagick that will be different is delegates.mgk, and it
> > only differs in what ghostscript device will be used for the gs-color
> > delegate (pnmraw vs. ppmraw).
> >
> > So you can omit the no_gs flavor and drop the RUN_DEPENDS on
> > ghostscript (but not the BUILD_DEPENDS).
> You mean to leave the BUILD_DEPENDS only if we are not building a no_x11 
> FLAVOR, I presume?

No. All you need is a global

BUILD_DEPENDS=          :ghostscript-*:print/ghostscript/gnu

regardless of no_x11 or not. The whole purpose of this dependency
is to always get the same delegates.mgk that uses pnmraw for gs-color.

Ciao,
        Kili

Reply via email to