On Tue, 2004-09-28 at 14:55 -0300, Duilio Javier Protti wrote:
> I have installed libvisual outside the standard places
> (/home/duilio/share) and I see that then I cannot compile
> against it. This is because `pkg-config libvisual --cflags`
> returns
>
> -I/home/duilio/share/include/libvisual
>
> but all plugins makes
>
> #include <libvisual/libvisual.h>
>
> so the correct flags returned by pkg-config should be
>
> -I/home/duilio/share/include
>
> Fixing this on the libvisual.pc.in I have rebuilded all the
> plugins without problems. Dennis, I must commit this to the
> repository?
Yep please commit.
|