[banshee] build: Remove XLIB_SKIP_ARGB_VISUALS=1 from make run
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] build: Remove XLIB_SKIP_ARGB_VISUALS=1 from make run
- Date: Sat, 7 May 2011 19:40:31 +0000 (UTC)
commit 04737d2f44b4db4173689a7bc7be1df9637226b0
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sat May 7 21:38:03 2011 +0200
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.
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0a35717..999a0cb 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))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]