#| -*-Scheme-*- |#
-;;;; Test optiondb, includes the installed system's optiondb.
-
(define-load-option 'CAIRO
(let ((pathname
(merge-pathnames "make"
(load pathname))))
(further-load-options
- (merge-pathnames "optiondb"
- (cadr (access library-directory-path
- (->environment '(runtime pathname))))))
\ No newline at end of file
+ (named-lambda (system-load-options)
+ (merge-pathnames "optiondb"
+ (cadr (access library-directory-path
+ (->environment '(runtime pathname)))))))
\ No newline at end of file
#| -*-Scheme-*- |#
-;;;; Test optiondb, includes the installed system's optiondb.
-
(define-load-option 'GL
(let ((pathname
(merge-pathnames "make"
(load pathname))))
(further-load-options
- (merge-pathnames "optiondb"
- (cadr (access library-directory-path
- (->environment '(runtime pathname))))))
\ No newline at end of file
+ (named-lambda (system-load-options)
+ (merge-pathnames "optiondb"
+ (cadr (access library-directory-path
+ (->environment '(runtime pathname)))))))
\ No newline at end of file
#| -*-Scheme-*- |#
-;;;; Test optiondb, includes the installed system's optiondb.
-
(define-load-option 'GLIB
(let ((pathname
(merge-pathnames "make"
(load pathname))))
(further-load-options
- (merge-pathnames "optiondb"
- (cadr (access library-directory-path
- (->environment '(runtime pathname))))))
\ No newline at end of file
+ (named-lambda (system-load-options)
+ (merge-pathnames "optiondb"
+ (cadr (access library-directory-path
+ (->environment '(runtime pathname)))))))
\ No newline at end of file
#| -*-Scheme-*- |#
-;;;; Test optiondb, includes the installed system's optiondb.
-
(define-load-option 'GTK-SCREEN
(let ((pathname
(merge-pathnames "make"
(load pathname))))
(further-load-options
- (merge-pathnames "optiondb"
- (cadr (access library-directory-path
- (->environment '(runtime pathname))))))
\ No newline at end of file
+ (named-lambda (system-load-options)
+ (merge-pathnames "optiondb"
+ (cadr (access library-directory-path
+ (->environment '(runtime pathname)))))))
\ No newline at end of file
#| -*-Scheme-*- |#
-;;;; Test optiondb, includes the installed system's optiondb.
-
(define-load-option 'GTK
(let ((pathname
(merge-pathnames "make"
(load pathname))))
(further-load-options
- (merge-pathnames "optiondb"
- (cadr (access library-directory-path
- (->environment '(runtime pathname))))))
\ No newline at end of file
+ (named-lambda (system-load-options)
+ (merge-pathnames "optiondb"
+ (cadr (access library-directory-path
+ (->environment '(runtime pathname)))))))
\ No newline at end of file
#| -*-Scheme-*- |#
-;;;; Test optiondb, includes the installed system's optiondb.
-
(define-load-option 'PANGO
(let ((pathname
(merge-pathnames "make"
(load pathname))))
(further-load-options
- (merge-pathnames "optiondb"
- (cadr (access library-directory-path
- (->environment '(runtime pathname))))))
\ No newline at end of file
+ (named-lambda (system-load-options)
+ (merge-pathnames "optiondb"
+ (cadr (access library-directory-path
+ (->environment '(runtime pathname)))))))
\ No newline at end of file