From 57e63221ec0fa304a02beed356549cadb28bcf19 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 14 Mar 2014 19:49:59 +0000 Subject: [PATCH] intel-virtual-output: Minor DBG fixes Improve the summary after failing to detect MIT-SHM, and fix a DBG Signed-off-by: Chris Wilson --- configure.ac | 2 ++ tools/virtual.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7bf07aef..f68cdf40 100644 --- a/configure.ac +++ b/configure.ac @@ -235,7 +235,9 @@ if test "x$tools" = "xyes"; then AC_CHECK_HEADERS([X11/extensions/XShm.h X11/extensions/shmproto.h X11/extensions/shmstr.h], [], [tools=no], [#include #include ]) +fi +if test "x$tools" = "xyes"; then tools_msg="$tools_msg intel-virtual-output" fi diff --git a/tools/virtual.c b/tools/virtual.c index c9945743..5883950a 100644 --- a/tools/virtual.c +++ b/tools/virtual.c @@ -1201,7 +1201,7 @@ err: (long)src->mode.id, src->mode.width, src->mode.height, - dst->name (long)id,)); + dst->name, (long)id)); XRRAddOutputMode(dst->dpy, dst->rr_output, id); dst->mode.id = id; } else {