From d7bb1d8b1a7cd11895037b7984b9aa916efa9733 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 26 Sep 2014 22:48:51 +0100 Subject: xserver-xorg: report DRI3 and Present modules as present The DRI3 and Present modules are built-in but some drivers (such as xf86-video-intel) want to query their presence. Backport a patch from upstream to stop this causing an error. [ YOCTO #6583 ] Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb') diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb index e952e6096a..3bba3ce0bf 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb @@ -6,6 +6,7 @@ SRC_URI += "file://crosscompile.patch \ file://mips64-compiler.patch \ file://xorg-CVE-2013-6424.patch \ file://xshmfence-option.patch \ + file://present-module.patch \ " SRC_URI[md5sum] = "e4c70262ed89764be8f8f5d699ed9227" -- cgit 1.2.3-korg