I was about to sent this as a comment in bugzilla. See below.
On 04/13/2012 11:53 AM, juan.j.z...@linux.intel.com wrote:
From: Juan Zhao
weston tty need to use K_OFF which is added in the kernel on linux-2.6.39.
add this check in the configure stage.
Bug Fix for https://bugs.freedesktop.org/sho
Hi,
On 13 April 2012 09:53, wrote:
> @@ -187,6 +187,9 @@ if test "x$GCC" = "xyes"; then
> fi
> AC_SUBST(GCC_CFLAGS)
>
> +TEST_INCLUDES="#include "
> +AC_CHECK_DECL(K_OFF,,[AC_MSG_ERROR([Please update your kernel version higher
> than 2.6.39])],[$TEST_INCLUDES])
> +
> WAYLAND_SCANNER_RULES(['
From: Juan Zhao
weston tty need to use K_OFF which is added in the kernel on linux-2.6.39.
add this check in the configure stage.
Bug Fix for https://bugs.freedesktop.org/show_bug.cgi?id=48579
Signed-off-by: Juan Zhao
Reported-by: Shuang He
---
configure.ac |3 +++
1 files changed, 3 in