update to x11perf 1.7.0
This commit is contained in:
parent
05823bf282
commit
4b69692ae6
22 changed files with 7440 additions and 5807 deletions
|
@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
|
|||
# Initialize Autoconf
|
||||
AC_PREREQ([2.60])
|
||||
AC_INIT([x11perf],
|
||||
[1.6.2],
|
||||
[1.7.0],
|
||||
[https://gitlab.freedesktop.org/xorg/test/x11perf/-/issues],
|
||||
[x11perf])
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
|
@ -39,13 +39,13 @@ XORG_MACROS_VERSION(1.8)
|
|||
XORG_DEFAULT_OPTIONS
|
||||
|
||||
# Define the installation directory for the x11 performance compare scripts
|
||||
AC_SUBST([x11perfcompdir], [$libdir/X11/x11perfcomp])
|
||||
AC_SUBST([x11perfcompdir], [$datadir/X11/x11perfcomp])
|
||||
|
||||
# Checks for programs run by the scripts we install
|
||||
AC_PATH_PROG(MKTEMP, mktemp)
|
||||
|
||||
# Checks for pkg-config packages
|
||||
PKG_CHECK_MODULES(X11PERF, [x11 xmuu xproto >= 7.0.17])
|
||||
PKG_CHECK_MODULES(X11PERF, [x11 xmuu xproto >= 7.0.25])
|
||||
|
||||
# Check for Xrender library
|
||||
PKG_CHECK_MODULES(XRENDER, xrender, [xrender_found=yes], [xrender_found=no])
|
||||
|
@ -56,7 +56,7 @@ yes)
|
|||
esac
|
||||
|
||||
# Check for Xft library
|
||||
PKG_CHECK_MODULES(XFT, xft, [xft_found=yes], [xft_found=no])
|
||||
PKG_CHECK_MODULES(XFT, xft fontconfig, [xft_found=yes], [xft_found=no])
|
||||
case "$xft_found" in
|
||||
yes)
|
||||
AC_DEFINE(XFT,1,[Xft library available])
|
||||
|
@ -76,6 +76,9 @@ yes)
|
|||
esac
|
||||
|
||||
AC_CHECK_FUNCS([srand_deterministic])
|
||||
AC_CONFIG_FILES([man/x11perf.1:man/x11perf.man])
|
||||
AC_CONFIG_FILES([man/x11perfcomp.1:man/x11perfcomp.man])
|
||||
AC_CONFIG_FILES([man/Xmark.1:man/Xmark.man])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue