diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | tools/virtual.c | 2 |
2 files changed, 3 insertions, 1 deletions
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 <X11/Xlibint.h> #include <X11/Xproto.h>]) +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 { |