From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 9180273D2B for ; Wed, 15 Apr 2015 09:30:40 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.9/8.14.9) with ESMTP id t3F9UfMk008677 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 15 Apr 2015 02:30:41 -0700 (PDT) Received: from [128.224.162.174] (128.224.162.174) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.224.2; Wed, 15 Apr 2015 02:30:41 -0700 Message-ID: <552E2FBF.9030701@windriver.com> Date: Wed, 15 Apr 2015 17:30:39 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "Burton, Ross" References: <9862abd5653d0ccddc5e1a7e805c176877231a77.1429002519.git.liezhi.yang@windriver.com> <552DC27E.3060804@windriver.com> In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH 3/6] libepoxy: DEPENDS on virtual/mesa X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 09:30:43 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 04/15/2015 04:32 PM, Burton, Ross wrote: > > On 15 April 2015 at 02:44, Robert Yang > wrote: > > virtual/mesa or virtual/egl depends on virtual/libx11, so I didn't add > virtual/libx11, I updated virtual/mesa -> virtual/egl in the repo. > > > That's not strictly true. Mesa depends on libx11 if it's enabled, but EGL > doesn't. This should be an explicit dependency, and we need to be able to > control X11 enabled/disabled as otherwise we've lost the ability to ship GTK+ > without X11. Thanks, updated in the repo: -DEPENDS = "util-macros" +DEPENDS = "util-macros virtual/egl virtual/libx11" git://git.openembedded.org/openembedded-core-contrib rbt/6fixes // Robert > > Ross