[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] Add QEMU DirectFB display driver
From: |
Julian Pidancet |
Subject: |
Re: [Qemu-devel] [PATCH] Add QEMU DirectFB display driver |
Date: |
Mon, 17 May 2010 13:04:10 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Shredder/3.0.4 |
On 05/17/2010 11:53 AM, Gerd Hoffmann wrote:
>> +directfb="no"
>
> Should be ="" (aka autodetect).
>
>> +if test "$directfb" = "yes" ; then
>> + directfb_libs=`directfb-config --libs`
>> + directfb_cflags=`directfb-config --cflags`
>> + libs_softmmu="$directfb_libs $libs_softmmu"
>> +fi
>
> use pkgconfig here. directfb-config most likely is just a pkgconfig
> wrapper anyway.
>
Unfortunately, directfb-config is not a pkgconfig wrapper, it is a standalone
shell script.
Thus, I don't know if there is an easier way of "autodetecting" directfb than
probing the directfb-config script.
--
Julian