diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg/modesetting_libdrm_requirements.patch | 30 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.0.bb | 1 |
2 files changed, 31 insertions, 0 deletions
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 index 0000000000..5f186cb843 --- /dev/null +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg/modesetting_libdrm_requirements.patch | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | From bf23db42a4e5943129501223a47b48884cdeb62f Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Adam Jackson <ajax@redhat.com> | ||
| 3 | Date: Wed, 27 Jan 2016 11:50:13 -0500 | ||
| 4 | Subject: modesetting: Require sufficiently new libdrm | ||
| 5 | |||
| 6 | Bugzilla: https://bugs.freedesktop.org/93883 | ||
| 7 | Signed-off-by: Adam Jackson <ajax@redhat.com> | ||
| 8 | Reviewed-by: Alex Deucher <alexander.deucher@amd.com> | ||
| 9 | Reviewed-by: Julien Cristau <jcristau@debian.org> | ||
| 10 | |||
| 11 | Upstream-Status: Backport | ||
| 12 | Signed-off-by: Johannes Pointner <johannes.pointner@gmail.com> | ||
| 13 | |||
| 14 | diff --git a/configure.ac b/configure.ac | ||
| 15 | index ac3bb64..312fc69 100644 | ||
| 16 | --- a/configure.ac | ||
| 17 | +++ b/configure.ac | ||
| 18 | @@ -2035,8 +2035,7 @@ if test "x$XORG" = xyes; then | ||
| 19 | |||
| 20 | if test "x$DRM" = xyes; then | ||
| 21 | dnl 2.4.46 is required for cursor hotspot support. | ||
| 22 | - PKG_CHECK_EXISTS(libdrm >= 2.4.46) | ||
| 23 | - XORG_DRIVER_MODESETTING=yes | ||
| 24 | + PKG_CHECK_EXISTS(libdrm >= 2.4.46, XORG_DRIVER_MODESETTING=yes, XORG_DRIVER_MODESETTING=no) | ||
| 25 | fi | ||
| 26 | |||
| 27 | AC_SUBST([XORG_LIBS]) | ||
| 28 | -- | ||
| 29 | cgit v0.10.2 | ||
| 30 | |||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.0.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.0.bb index e606dac5f9..eb79b40465 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.0.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.0.bb | |||
| @@ -2,6 +2,7 @@ require xserver-xorg.inc | |||
| 2 | 2 | ||
| 3 | SRC_URI += "file://configure.ac-Use-libsystemd-in-REQUIRED_LIBS-check.patch \ | 3 | SRC_URI += "file://configure.ac-Use-libsystemd-in-REQUIRED_LIBS-check.patch \ |
| 4 | file://musl-arm-inb-outb.patch \ | 4 | file://musl-arm-inb-outb.patch \ |
| 5 | file://modesetting_libdrm_requirements.patch \ | ||
| 5 | " | 6 | " |
| 6 | SRC_URI[md5sum] = "3c1c1057d3ad27380d8dd87ffcc182cd" | 7 | SRC_URI[md5sum] = "3c1c1057d3ad27380d8dd87ffcc182cd" |
| 7 | SRC_URI[sha256sum] = "195670819695d9cedd8dde95fbe069be0d0f488a77797a2d409f9f702daf312e" | 8 | SRC_URI[sha256sum] = "195670819695d9cedd8dde95fbe069be0d0f488a77797a2d409f9f702daf312e" |
