projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e1cb7
)
gtk-screen: DISPLAY need not be set when compiling.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Fri, 23 Aug 2013 07:07:49 +0000
(
00:07
-0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Fri, 23 Aug 2013 07:07:49 +0000
(
00:07
-0700)
src/gtk-screen/compile.scm
patch
|
blob
|
history
diff --git
a/src/gtk-screen/compile.scm
b/src/gtk-screen/compile.scm
index dcd4a70fb0776e297b2b82df80d639f043ac50f1..d6db56c99ac1787685948cd24dc7e7146c667243 100644
(file)
--- a/
src/gtk-screen/compile.scm
+++ b/
src/gtk-screen/compile.scm
@@
-4,6
+4,7
@@
(fluid-let ((load/suppress-loading-message? #t))
(load-option 'CREF)
- (load-option 'GTK))
+ ;; DISPLAY need not be set.
+ (ignore-errors (lambda () (load-option 'GTK))))
(compile-system "gtk-screen" (directory-pathname (current-load-pathname)))
\ No newline at end of file