(load-option 'FFI)
(let ((runtime (->environment '(runtime))))
- (compile-file "x11base" '() runtime)
- (compile-file "x11color" '() runtime)
- (compile-file "x11graph" '() runtime)
- (compile-file "x11device" '() runtime)
- (compile-file "x11term" '() runtime))
+ (compile-file "x11-base" '() runtime)
+ (compile-file "x11-color" '() runtime)
+ (compile-file "x11-graphics" '() runtime)
+ (compile-file "x11-device" '() runtime)
+ (compile-file "x11-terminal" '() runtime))
(cref/generate-constructors "x11")
)
MIT_SCHEME_PKD="x11-${os_suffix}.pkd"
-for f in x11base x11color x11graph x11term x11device; do
+for f in x11-base x11-color x11-graphics x11-terminal x11-device; do
MIT_SCHEME_SCMs="${MIT_SCHEME_SCMs} ${f}.scm"
MIT_SCHEME_BINs="${MIT_SCHEME_BINs} ${f}.bin"
MIT_SCHEME_BCIs="${MIT_SCHEME_BCIs} ${f}.bci"
(parent ()))
(define-package (x11 base)
- (files "x11base")
+ (files "x11-base")
(parent (x11))
(export (x11)
x-visual-deallocate
x-send-selection-notify))
(define-package (x11 color)
- (files "x11color")
+ (files "x11-color")
(parent (x11))
(export (x11)
x-window-visual
cleanup-alien!))
(define-package (x11 graphics)
- (files "x11graph")
+ (files "x11-graphics")
(parent (x11))
(export (x11)
x-graphics-set-vdc-extent
x-graphics-map-y-coordinate))
(define-package (x11 device)
- (files "x11device")
+ (files "x11-device")
(parent (x11))
(export (x11)
create-x-colormap
make-image-type))
(define-package (x11 terminal)
- (files "x11term")
+ (files "x11-terminal")
(parent (x11))
(export (x11)
xterm-erase-cursor