summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2011-05-07 21:38:03 +0200
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2011-05-07 21:38:03 +0200
commit04737d2f44b4db4173689a7bc7be1df9637226b0 (patch)
treef5f10be9ca0a9fcda847887f4fe67f35fcac9993
parentf8d91c809b867d47da2157c18e5960ce74f9e8e1 (diff)
build: Remove XLIB_SKIP_ARGB_VISUALS=1 from make run
The workaround for bgo#641515 can also be removed in "make run", as the crash doesn't happen anymore.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0a357170d..999a0cb23 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ check-bootstrap-env:
fi
run: check-bootstrap-env $(MO_FILES)
- (cd bin; XLIB_SKIP_ARGB_VISUALS=1 $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS))
+ (cd bin; $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS))
run-profiled: check-bootstrap-env $(MO_FILES)
(cd bin; LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):/usr/local/lib $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) --profile=log:time=fast,calls,noalloc,maxframes=5 Nereid.exe --uninstalled $(BANSHEE_DEV_OPTIONS))