[meta-xilinx] [PATCH] xf86-video-armsoc_git.bb: Correct the dependency on libx11
Manjukumar Matha
manjukumar.harthikote-matha at xilinx.com
Mon May 15 14:36:26 PDT 2017
Change the dependency to virtual/libx11
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
---
recipes-graphics/xorg-driver/xf86-video-armsoc_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-graphics/xorg-driver/xf86-video-armsoc_git.bb b/recipes-graphics/xorg-driver/xf86-video-armsoc_git.bb
index 2037f27..7a671fe 100644
--- a/recipes-graphics/xorg-driver/xf86-video-armsoc_git.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-armsoc_git.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "Xilinx ARM SOC display driver "
LICENSE = "MIT-X & GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602"
-DEPENDS += "libx11 libdrm xf86driproto"
+DEPENDS += "virtual/libx11 libdrm xf86driproto"
RDEPENDS_${PN} += "xserver-xorg-module-exa"
PV = "1.4.1+git${SRCPV}"
--
2.7.4
More information about the meta-xilinx
mailing list