-#| -*-Scheme-*-
+#| -*-Scheme-*- |#
-Load the GL option. |#
+;;;; Load the GL option.
-(define ((option-note-writer option) port)
- (write-string "Loading " port)
- (write-string (symbol-name option) port)
- (write-string " option" port))
-
-(with-notification
- (option-note-writer 'GL)
- (lambda ()
- (load-option 'GTK)
- (fluid-let ((load/suppress-loading-message? #t))
- (load-package-set "gl"))
- (add-subsystem-identification! "GL" '(0 1))))
\ No newline at end of file
+(load-option 'GTK)
+(with-loader-base-uri (system-library-uri "gl/")
+ (lambda ()
+ (load-package-set "gl")))
+(add-subsystem-identification! "GL" '(0 1))
\ No newline at end of file