summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike A. Harris <mharris@redhat.com>2020-08-27 13:09:49 -0400
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-13 22:38:05 +0000
commitebab5f63aaab943a8e6495fbac0cd5c41869d286 (patch)
tree503a0e5dd9a29328984a886e2ef36f4cd7e83ca4
parent55e9fceffc45bb4cbbeabe8fd45028f50caec906 (diff)
Move x11perfcomp scripts into datadir
These don't need to be in libdir, they're not arch-sensitive. Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/2>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2309bae..8c737b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ 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)