summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-21 14:36:31 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-27 11:27:10 -0700
commitf579f7e654be0792294a299a32cc0d6f80d74e7e (patch)
tree4708ae3fc2050169538b91aded7fe42380ed72bf /configure.ac
parent998281c7a865da06d9c6fb832484a20d9f9e5e21 (diff)
Present: add per-crtc capabilities to -ext outputHEADmaster
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/app/xdpyinfo/-/merge_requests/13>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c3d3543..e4367d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,7 +138,7 @@ PKG_CHECK_MODULES(DPY_XTST, xtst,
AC_CHECK_HEADERS([X11/extensions/record.h],,,[#include <X11/Xlib.h>])
CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"])
-PKG_CHECK_MODULES(DPY_XPRESENT, xpresent,
+PKG_CHECK_MODULES(DPY_XPRESENT, [xpresent xrandr >= 1.2],
[SAVE_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $DPY_XPRESENT_CFLAGS $DPY_X11_CFLAGS"
AC_CHECK_HEADERS([X11/extensions/Xpresent.h],,,[#include <X11/Xlib.h>])