From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo3.mail-out.ovh.net (9.mo3.mail-out.ovh.net [87.98.184.141]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2B9F9E0047F for ; Mon, 14 Jan 2013 05:21:37 -0800 (PST) Received: from mail607.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo3.mail-out.ovh.net (Postfix) with SMTP id 426ABFFA67A for ; Mon, 14 Jan 2013 14:35:00 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 14 Jan 2013 15:21:34 +0200 Received: from pac33-2-82-240-38-71.fbx.proxad.net (HELO e6520eb) (eric%eukrea.com@82.240.38.71) by ns0.ovh.net with SMTP; 14 Jan 2013 15:21:33 +0200 Date: Mon, 14 Jan 2013 14:21:30 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Otavio Salvador X-Ovh-Mailout: 178.32.228.3 (mo3.mail-out.ovh.net) Message-ID: <20130114142130.12839c75@e6520eb> In-Reply-To: References: <1358094522-6543-1-git-send-email-andrei.gherzan@windriver.com> <20130113180431.50cd4c37@e6520eb> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-Ovh-Tracer-Id: 458522738000768380 X-Ovh-Remote: 82.240.38.71 (pac33-2-82-240-38-71.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrheegucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrheegucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Cc: "meta-freescale@yoctoproject.org" , Andrei Gherzan Subject: Re: [meta-fsl-arm][PATCH 1/4] xf86-video-imxfb-vivante: Depend on virtual/xserver 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: Mon, 14 Jan 2013 13:21:37 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Otavio, Le Mon, 14 Jan 2013 09:49:16 -0200, Otavio Salvador a =C3=A9crit : > On Sun, Jan 13, 2013 at 3:04 PM, Eric B=C3=A9nard wrote: > ... > > As I already said before dri is enabled _only_ if DISTRO_FEATURES > > contains opengl : > > xserver-xorg.inc has > > PACKAGECONFIG ??=3D "udev ${@base_contains('DISTRO_FEATURES', 'opengl', > > 'glx', '', d)}" PACKAGECONFIG[udev] =3D > > "--enable-config-udev,--disable-config-udev,udev" PACKAGECONFIG[glx] =3D > > "--enable-dri --enable-dri2 --enable-glx --enable-glx-tls,\ > > --disable-dri --disable-glx,\ xf86driproto dri2proto mesa-dri" > > > > So this patch is useless. >=20 > We need to split glx and dri in PACKAGECONFIG to handle it. In > meanwhile we can use 'udev' only and add dri depends and configuration > options. >=20 you're not answering to the comments on the right patch ;-) Eric