All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH 1/4] xf86-video-imxfb-vivante: Depend on virtual/xserver
@ 2013-01-13 16:28 Andrei Gherzan
  2013-01-13 16:28 ` [meta-fsl-arm][PATCH 2/4] xserver-xorg: Add bbappend to include dri and exclude glx for imx6 Andrei Gherzan
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Andrei Gherzan @ 2013-01-13 16:28 UTC (permalink / raw)
  To: meta-freescale; +Cc: Andrei Gherzan

This driver needs dri.h header provided by xserver. Without this header
compilation fails with:
fatal error: dri.h: No such file

Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
 .../xf86-video-imxfb-vivante_12.09.01.bb           |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb
index e35080f..7d3113a 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb
@@ -3,9 +3,9 @@
 
 require recipes-graphics/xorg-driver/xorg-driver-video.inc
 
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
 
-DEPENDS += "virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q"
+DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q"
 
 LIC_FILES_CHKSUM = "file://src/vivante_fbdev/vivante.h;endline=19;md5=93a322f91ec495569dcbcfbb2a95454a"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 26+ messages in thread
* Re: [meta-fsl-arm][PATCH 1/4] xf86-video-imxfb-vivante: Depend on virtual/xserver
@ 2013-01-13 17:24 Gherzan, Andrei
  0 siblings, 0 replies; 26+ messages in thread
From: Gherzan, Andrei @ 2013-01-13 17:24 UTC (permalink / raw)
  To: 'Eric Bénard'; +Cc: 'meta-freescale@yoctoproject.org'

[-- Attachment #1: Type: text/plain, Size: 1340 bytes --]

You're right. Sorry for this. We can drop this.

ag

-----Original Message-----
From: Eric Bénard [eric@eukrea.com<mailto:eric@eukrea.com>]
Sent: Sunday, January 13, 2013 09:04 AM Pacific Standard Time
To: Gherzan, Andrei
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH 1/4] xf86-video-imxfb-vivante: Depend on virtual/xserver


Hi Andrei,

Le Sun, 13 Jan 2013 18:28:39 +0200,
Andrei Gherzan <andrei.gherzan@windriver.com> a écrit :

> This driver needs dri.h header provided by xserver. Without this header
> compilation fails with:
> fatal error: dri.h: No such file
>
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 = "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 ??= "udev ${@base_contains('DISTRO_FEATURES', 'opengl',
'glx', '', d)}" PACKAGECONFIG[udev] =
"--enable-config-udev,--disable-config-udev,udev" PACKAGECONFIG[glx] =
"--enable-dri --enable-dri2 --enable-glx --enable-glx-tls,\
--disable-dri --disable-glx,\ xf86driproto dri2proto mesa-dri"

So this patch is useless.

Eric

[-- Attachment #2: Type: text/html, Size: 2063 bytes --]

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2013-01-24 18:38 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-13 16:28 [meta-fsl-arm][PATCH 1/4] xf86-video-imxfb-vivante: Depend on virtual/xserver Andrei Gherzan
2013-01-13 16:28 ` [meta-fsl-arm][PATCH 2/4] xserver-xorg: Add bbappend to include dri and exclude glx for imx6 Andrei Gherzan
2013-01-13 17:41   ` Eric Bénard
2013-01-13 19:23     ` Andrei Gherzan
2013-01-13 19:48       ` Eric Bénard
2013-01-13 21:45         ` Andrei Gherzan
2013-01-14 11:53   ` Otavio Salvador
2013-01-14 12:22     ` Andrei Gherzan
2013-01-13 16:28 ` [meta-fsl-arm][PATCH 3/4] glproto: Don't install glxtokens.h for imx6qsabrelite Andrei Gherzan
2013-01-14 11:55   ` Otavio Salvador
2013-01-14 12:22     ` Andrei Gherzan
2013-01-14 12:25       ` Otavio Salvador
2013-01-14 13:01         ` Andrei Gherzan
2013-01-14 13:22           ` Eric Bénard
2013-01-24 17:50             ` Andrei Gherzan
2013-01-24 18:01               ` Eric Bénard
2013-01-24 18:05                 ` Otavio Salvador
2013-01-24 18:23                   ` Eric Bénard
2013-01-24 18:26                     ` Andrei Gherzan
2013-01-24 18:38                       ` Eric Bénard
2013-01-13 16:28 ` [meta-fsl-arm][PATCH 4/4] gpu-viv-bin-mx6q: Add dri.pc Andrei Gherzan
2013-01-14 11:58   ` Otavio Salvador
2013-01-13 17:04 ` [meta-fsl-arm][PATCH 1/4] xf86-video-imxfb-vivante: Depend on virtual/xserver Eric Bénard
2013-01-14 11:49   ` Otavio Salvador
2013-01-14 13:21     ` Eric Bénard
2013-01-13 17:24 Gherzan, Andrei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.