gtk-screen: DISPLAY need not be set when compiling.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 23 Aug 2013 07:07:49 +0000 (00:07 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 23 Aug 2013 07:07:49 +0000 (00:07 -0700)
src/gtk-screen/compile.scm

index dcd4a70fb0776e297b2b82df80d639f043ac50f1..d6db56c99ac1787685948cd24dc7e7146c667243 100644 (file)
@@ -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