diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-03 19:25:49 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-05 10:16:44 -0300 |
commit | 7793a8e52289fe17223ab5b6a5dc806ce2dbacc8 (patch) | |
tree | ccd906e2a3146962f720bda065e78de140aa7767 | |
parent | 61394cdf624b95837ee8204200bc80f777c70604 (diff) | |
download | meta-fsl-arm-7793a8e52289fe17223ab5b6a5dc806ce2dbacc8.tar.gz |
xf86-video-imxfb-vivante: Add missing dependency of virtual/xserver
The driver needs to use EXA headers during the build and those are
deployed by Xorg after its build so we need to depends on it.
Change-Id: I8956f27deddcbbcab22f7db1cf013d53970cdf7e
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb index 6cd8a5e..b63459e 100644 --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb | |||
@@ -7,7 +7,7 @@ require recipes-graphics/xorg-driver/xorg-driver-video.inc | |||
7 | PE = "3" | 7 | PE = "3" |
8 | PR = "${INC_PR}.3" | 8 | PR = "${INC_PR}.3" |
9 | 9 | ||
10 | DEPENDS += "virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q" | 10 | DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q" |
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://src/vivante_fbdev/vivante.h;endline=19;md5=93a322f91ec495569dcbcfbb2a95454a" | 12 | LIC_FILES_CHKSUM = "file://src/vivante_fbdev/vivante.h;endline=19;md5=93a322f91ec495569dcbcfbb2a95454a" |
13 | 13 | ||