From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo4.mail-out.ovh.net (17.mo4.mail-out.ovh.net [46.105.41.16]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2B550E006CC for ; Sun, 13 Jan 2013 09:04:36 -0800 (PST) Received: from mail408.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo4.mail-out.ovh.net (Postfix) with SMTP id 1306B1050E2B for ; Sun, 13 Jan 2013 18:14:01 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 13 Jan 2013 19:04:37 +0200 Received: from tal33-3-82-233-81-124.fbx.proxad.net (HELO e6520eb) (eric%eukrea.com@82.233.81.124) by ns0.ovh.net with SMTP; 13 Jan 2013 19:04:36 +0200 Date: Sun, 13 Jan 2013 18:04:31 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Andrei Gherzan X-Ovh-Mailout: 178.32.228.4 (mo4.mail-out.ovh.net) Message-ID: <20130113180431.50cd4c37@e6520eb> In-Reply-To: <1358094522-6543-1-git-send-email-andrei.gherzan@windriver.com> References: <1358094522-6543-1-git-send-email-andrei.gherzan@windriver.com> 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: 16799552510776225272 X-Ovh-Remote: 82.233.81.124 (tal33-3-82-233-81-124.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrheefucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrheefucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Cc: meta-freescale@yoctoproject.org 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: Sun, 13 Jan 2013 17:04:36 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Andrei, Le Sun, 13 Jan 2013 18:28:39 +0200, Andrei Gherzan a =C3=A9crit : > This driver needs dri.h header provided by xserver. Without this header > compilation fails with: > fatal error: dri.h: No such file >=20 no that's not the real solution and this depends is already here because : xf86-video-imxfb-vivante_12.09.01.bb require xorg-driver-video.inc which includes xorg-driver-common.inc which set DEPENDS =3D "virtual/xserver xproto randrproto util-macros" 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. Eric