qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Add QEMU DirectFB display driver


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] Add QEMU DirectFB display driver
Date: Mon, 17 May 2010 21:25:18 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4

On 05/17/10 14:04, Julian Pidancet wrote:
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.


'pkg-config directfb'
        exit code 0 => success
        exit code 1 => failure

pkg-config --cflags directfb
        finds cflags

Check 'pkg-config --help' && man page for more info.

Oh, and btw: the patch doesn't build when applied to latest master bits.

HTH,
  Gerd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]