intel-virtual-output: Minor DBG fixes

Improve the summary after failing to detect MIT-SHM, and fix a DBG

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-03-14 19:49:59 +00:00
parent 8cc1f005c6
commit 57e63221ec
2 changed files with 3 additions and 1 deletions

View File

@ -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 <X11/Xlibint.h>
#include <X11/Xproto.h>])
fi
if test "x$tools" = "xyes"; then
tools_msg="$tools_msg intel-virtual-output"
fi

View File

@ -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 {