package/x11r7/xserver_xorg-server: fix CLOCK_MONOTONIC detection for Xwayland
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 27 Dec 2016 15:00:07 +0000 (16:00 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 Jan 2017 07:55:08 +0000 (20:55 +1300)
commitbb17f64bfe8018f650222632c02ee7a68643d565
tree93f762a7df458267c2b5cbea364e8a07bba9f165
parentd119a6b1c0cb90089a6451f5a3c112944e406a4f
package/x11r7/xserver_xorg-server: fix CLOCK_MONOTONIC detection for Xwayland

Commit d119a6b1c0cb90089a6451f5a3c112944e406a4f
("package/x11r7/xserver_xorg-server: add missing dependency for
wayland support") is not sufficient to fix a build with wayland
support based the configuration at:

  http://autobuild.buildroot.net/results/cf0/cf026e9b18e86b9890341612050f4d166a7b822d/

The build errors out at a later stage during configure:

  configure: error: Xwayland requires CLOCK_MONOTONIC support.

This commit adds a patch from OpenEmbedded to fix the problem.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/x11r7/xserver_xorg-server/1.19.1/0002-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch [new file with mode: 0644]