mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
tools: Add simple tool to retrieve the current cursor from X
Slightly more funky would be to poke around in the CRTC, but that should require master. As it stands this should help verify that what X is supplying to the driver matches user expectations Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -312,6 +312,9 @@ if test "x$tools" != "xno"; then
|
||||
tools="no"
|
||||
fi
|
||||
|
||||
PKG_CHECK_MODULES(TOOL_CURSOR, [xfixes x11 libpng], [cursor="yes"], [ivo="no"])
|
||||
AM_CONDITIONAL(BUILD_TOOL_CURSOR, test "x$cursor" != "xno")
|
||||
|
||||
IVO_CFLAGS="$IVO_CFLAGS $extra_cflags"
|
||||
fi
|
||||
if test "x$tools" != "xno"; then
|
||||
|
||||
Reference in New Issue
Block a user