]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver: require sufficiently new libdrm
authorJohannes Pointner <h4nn35.work@gmail.com>
Mon, 7 Mar 2016 22:51:46 +0000 (23:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Mar 2016 22:11:20 +0000 (22:11 +0000)
This fixes the check of the libdrm version in the configure script.

Signed-off-by: Johannes Pointner <johannes.pointner@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-xserver/xserver-xorg/modesetting_libdrm_requirements.patch [new file with mode: 0644]
meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.0.bb

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg/modesetting_libdrm_requirements.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/modesetting_libdrm_requirements.patch
new file mode 100644 (file)
index 0000000..5f186cb
--- /dev/null
@@ -0,0 +1,30 @@
+From bf23db42a4e5943129501223a47b48884cdeb62f Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax@redhat.com>
+Date: Wed, 27 Jan 2016 11:50:13 -0500
+Subject: modesetting: Require sufficiently new libdrm
+
+Bugzilla: https://bugs.freedesktop.org/93883
+Signed-off-by: Adam Jackson <ajax@redhat.com>
+Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
+Reviewed-by: Julien Cristau <jcristau@debian.org>
+
+Upstream-Status: Backport
+Signed-off-by: Johannes Pointner <johannes.pointner@gmail.com>
+
+diff --git a/configure.ac b/configure.ac
+index ac3bb64..312fc69 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -2035,8 +2035,7 @@ if test "x$XORG" = xyes; then
+       if test "x$DRM" = xyes; then
+               dnl 2.4.46 is required for cursor hotspot support.
+-              PKG_CHECK_EXISTS(libdrm >= 2.4.46)
+-              XORG_DRIVER_MODESETTING=yes
++              PKG_CHECK_EXISTS(libdrm >= 2.4.46, XORG_DRIVER_MODESETTING=yes, XORG_DRIVER_MODESETTING=no)
+       fi
+       AC_SUBST([XORG_LIBS])
+-- 
+cgit v0.10.2
+
index e606dac5f94c1a8bd5b61f8e6a7e0d7a6350688e..eb79b40465936946108a9315b9a7517283496583 100644 (file)
@@ -2,6 +2,7 @@ require xserver-xorg.inc
 
 SRC_URI += "file://configure.ac-Use-libsystemd-in-REQUIRED_LIBS-check.patch \
             file://musl-arm-inb-outb.patch \
+            file://modesetting_libdrm_requirements.patch \
            "
 SRC_URI[md5sum] = "3c1c1057d3ad27380d8dd87ffcc182cd"
 SRC_URI[sha256sum] = "195670819695d9cedd8dde95fbe069be0d0f488a77797a2d409f9f702daf312e"