The variable is used xorg-gtest.pc.in. This reverts commit 23ce7387c7a762626aef6ffb2c3970a714716595.
Signed-off-by: Gaetan Nadon <[email protected]> --- configure.ac | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 9d04d40..5fe5313 100644 --- a/configure.ac +++ b/configure.ac @@ -52,6 +52,8 @@ AS_IF([test "x$with_evemu" == xyes], [PKG_CHECK_MODULES(EVEMU, utouch-evemu, [have_evemu=yes], [:])]) AM_CONDITIONAL([HAVE_EVEMU], [test "x$have_evemu" = "xyes"]) +AC_SUBST(DUMMY_CONF_PATH, "$datadir/xorg/gtest/dummy.conf") + AC_CONFIG_FILES([Makefile data/Makefile doc/Makefile -- 1.7.5.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
