summaryrefslogtreecommitdiff
path: root/xts5/Makefile.am
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-09-15 17:38:49 +1000
committerDan Nicholson <dbn.lists@gmail.com>2009-10-07 16:35:29 -0700
commitf356e9b8ffa98141d86c0b65bd3679efbec1ac27 (patch)
treed2fcdbb8dd403877e37383406daef0bcaae6683d /xts5/Makefile.am
parentd8cdeb341f1b62c307c408f20d3b335b8246b25c (diff)
Purge XT_DISPLAY config variable, use DISPLAY environment var instead.
Let's use DISPLAY like every other sane X application does, not through a variable set at configure time. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'xts5/Makefile.am')
-rw-r--r--xts5/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/xts5/Makefile.am b/xts5/Makefile.am
index 581f4d4a..24995f57 100644
--- a/xts5/Makefile.am
+++ b/xts5/Makefile.am
@@ -17,8 +17,7 @@ TCC = $(top_builddir)/src/tet3/tcc/tcc$(EXEEXT)
run_tcc = TET_ROOT='$(TET_ROOT)' $(TCC) -e -a $(abs_builddir) \
-x tetexec.cfg xts5
scenario =
-XTS_CONFIG = TET_ROOT='$(TET_ROOT)' DISPLAY='$(XT_DISPLAY)' \
- XSET='$(XSET)' XDPYINFO='$(XDPYINFO)' \
+XTS_CONFIG = TET_ROOT='$(TET_ROOT)' XSET='$(XSET)' XDPYINFO='$(XDPYINFO)' \
$(PERL) -p $(srcdir)/bin/xts-config
# We make this depend on Makefile so that it's regenerated after the
# Makefile is created or updated by config.status