From 88cd7a484d7ae3ad1f4060d0d82cbdec91d54dbb Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 23 Aug 2013 00:07:49 -0700 Subject: [PATCH] gtk-screen: DISPLAY need not be set when compiling. --- src/gtk-screen/compile.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gtk-screen/compile.scm b/src/gtk-screen/compile.scm index dcd4a70fb..d6db56c99 100644 --- 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 -- 2.25.1