How to point SDL to another DirectFB install?

Hello!

I want to compile SDL but point to another DirectFB install. How can I
do that?

I just used the option DIRECTFBCONFIG and pointed to the
/home/jrcmilanez/piapara-livecd-0.133/initrd/usr/bin/directfb-config file.

So, I got this:

checking for directfb-config…
/home/jrcmilanez/piapara-livecd-0.133/initrd/usr/bin/directfb-config

checking for DirectFB 0.9.15 support… ./configure: line 29329:
directfb-config: command not found

Any idea of this error? Look likes the second check are not using the
DIRECTFBCONFIG var.

Att.

Any idea of this error? Look likes the second check are not using the
DIRECTFBCONFIG var.

You could add the correct path to your PATH environment variable, just
for building, something like:

export PATH=/home/jrcmilanez/piapara-livecd-0.133/initrd/usr/bin:$PATHOn Thu, Jul 23, 2009 at 5:10 PM, Jos? Renato wrote: