[banshee/gst#] build: Remove XLIB_SKIP_ARGB_VISUALS=1 from make run
- From: Olivier Dufour <dufoli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gst#] build: Remove XLIB_SKIP_ARGB_VISUALS=1 from make run
- Date: Sat, 18 Jun 2011 22:27:59 +0000 (UTC)
commit 08771656e8d2344a8eba7347993b49bb702f3ee3
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]