[banshee] build: Remove XLIB_SKIP_ARGB_VISUALS=1 from make run



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]