diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-05 11:34:18 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-05 11:38:29 -0800 |
commit | 0f9f41f177b4713a6792a2bc87dfbb186b8926bd (patch) | |
tree | 5323e07c37f5ac93b5018cf13b46d3c3247de2fb /configure.ac | |
parent | 44cc442a633a3ce39603fc879793a4f51b6ae132 (diff) |
Add -help option
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9e4ac37..3acd3dd 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS # Checks for pkg-config packages -PKG_CHECK_MODULES(XBIFF, [xaw7 xmu xt >= 1.1 xbitmaps xext x11]) +PKG_CHECK_MODULES(XBIFF, [xaw7 xmu xt >= 1.1 xbitmaps xext x11 xproto >= 7.0.25]) # Checks for headers AC_CHECK_HEADERS([paths.h]) |