[banshee] build: Set XLIB_SKIP_ARGB_VISUALS=1 in 'make run'
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] build: Set XLIB_SKIP_ARGB_VISUALS=1 in 'make run'
- Date: Tue, 29 Mar 2011 21:56:33 +0000 (UTC)
commit 1118a66d20792d176b8c72c939205b8e4ec0700c
Author: Gabriel Burt <gabriel burt gmail com>
Date: Tue Mar 29 16:14:33 2011 -0500
build: Set XLIB_SKIP_ARGB_VISUALS=1 in 'make run'
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 228fad9..8425b39 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,7 +59,7 @@ check-bootstrap-env:
fi
run: check-bootstrap-env $(MO_FILES)
- (cd bin; $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS))
+ (cd bin; XLIB_SKIP_ARGB_VISUALS=1 $(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]