Re: glade build problem



"Michael Sterrett -Mr. Bones.-" wrote:
> 
> Could someone fix the glade build procedure to honor "prefix" for everything?
> 
> The problem occurs in Makefile.in where this line:
> 
>     PACKAGE_PIXMAPS_DIR = @PACKAGE_PIXMAPS_DIR@
> 
> gets expanded to
> 
>     PACKAGE_PIXMAPS_DIR = /usr/share/pixmaps/glade
> 
> I think it should expand to
> 
>     PACKAGE_PIXMAPS_DIR = ${prefix}/share/pixmaps/glade
> 
> but I'm not sure what the correct fix is.


It's related to a Gnome problem - several Gnome functions assume that all
pixmap files are beneath Gnome's pixmaps directory.

Once there is a fix in Gnome, I'll fix Glade.

Damon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]