From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ptmx.org (ptmx.org [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 286BFE00BE0 for ; Fri, 4 Apr 2014 02:16:56 -0700 (PDT) Received: from [192.168.178.101] (chello080108088242.14.11.vie.surfer.at [80.108.88.242]) by ptmx.org (Postfix) with ESMTPSA id 828BD298C6 for ; Fri, 4 Apr 2014 11:16:55 +0200 (CEST) Message-ID: <533E7887.90204@pseudoterminal.org> Date: Fri, 04 Apr 2014 11:16:55 +0200 From: Carlos Rafael Giani User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <519CDA52.3040007@gmail.com> <20130522170249.69459bc3@e6520eb> <51A44D52.9040608@gmail.com> <20130528090442.0b4ad7a4@e6520eb> <51A4C156.1090704@gmail.com> <20130528165627.572b9bf9@e6520eb> <51A61828.7090807@gmail.com> <20130529170327.49c985c2@e6520eb> In-Reply-To: Subject: Re: QT4.8 or 5.0 on wandboard-solo (I.MX6S) with OPENGL ES2 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 09:16:57 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2014-04-02 15:50, jigar chokshi wrote: > Hello Eric, > i have same issue related to libraries fbCreateWindow, fbDestroywindows. > as you told to remove x11 from your DISTRO_FEATURES to link against the fb > one. > I dont get it exactly how to do this? as you later described USE_X11 = no > USE_DFB = no but i dont know where should i write this. > can you tell me briefly? > > Thank you, > Jigar Chokshi > > > Just add DISTRO_FEATURES_remove = "x11" to your conf/local.conf file.