From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [80.91.229.2] (helo=ciao.gmane.org) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1MBuVO-0004EM-2h for openembedded-devel@openembedded.org; Wed, 03 Jun 2009 19:44:02 +0200 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MBuMg-0000Uc-Sb for openembedded-devel@openembedded.org; Wed, 03 Jun 2009 17:35:02 +0000 Received: from s55917625.adsl.wanadoo.nl ([85.145.118.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Jun 2009 17:35:02 +0000 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Jun 2009 17:35:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@openembedded.org From: Koen Kooi Date: Wed, 03 Jun 2009 19:33:04 +0200 Message-ID: References: <20090603151754.GI26065@smtp.west.cox.net> <1244043442-3868-1-git-send-email-ihar.hrachyshka@gmail.com> <1244043442-3868-2-git-send-email-ihar.hrachyshka@gmail.com> <1244043442-3868-3-git-send-email-ihar.hrachyshka@gmail.com> <20090603160007.GJ26065@smtp.west.cox.net> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: s55917625.adsl.wanadoo.nl User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090526 Shredder/3.0b3pre In-Reply-To: Sender: news Subject: Re: [PATCH 02/12] qt4-embedded: added directfb plugin X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2009 17:44:02 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 03-06-09 19:29, Ihar Hrachyshka wrote: > On Wed, Jun 3, 2009 at 7:53 PM, Koen Kooi wrote: >> On 03-06-09 18:00, Tom Rini wrote: >>> >>> On Wed, Jun 03, 2009 at 06:37:12PM +0300, Ihar Hrachyshka wrote: >>>> >>>> Signed-off-by: Ihar Hrachyshka >>>> --- >>>> recipes/qt4/qt4-embedded.inc | 4 ++-- >>>> 1 files changed, 2 insertions(+), 2 deletions(-) >>>> >>>> diff --git a/recipes/qt4/qt4-embedded.inc b/recipes/qt4/qt4-embedded.inc >>>> index bae52ab..3d986b2 100644 >>>> --- a/recipes/qt4/qt4-embedded.inc >>>> +++ b/recipes/qt4/qt4-embedded.inc >>>> @@ -3,7 +3,7 @@ SECTION = "libs" >>>> LICENSE = "GPL QPL" >>>> PRIORITY = "optional" >>>> HOMEPAGE = "http://www.trolltech.com" >>>> -DEPENDS += "tslib" >>>> +DEPENDS += "directfb tslib" >>>> INC_PR = "r11" >>> >>> So, here's a problem. We both don't allow use flags and we force >>> directfb stuff to be done in foo-directfb (libxine / synaesthesia seems >>> to be the exception to this rule) rather than the main foo package. >> >> Isn't this just creating a qt-gfxdriver-directfb.so and not impose runtime >> deps on directfb in ${PN}? > > Yeap, exactly. I don't see any problem with that. We are building xorg > stuff when baking console-image. So what's the problem with directfb > then?;) No problem from my side, but I guess some people dislike the additional 1 minute buildtime when building qt (which takes like 30 minutes itself). regards, Koen