Revert "gnu: cl-mcclim: Enable Freetype renderer."
This reverts commit 67e4596781
.
This will need more work to work properly.
parent
67e4596781
commit
ea2fa86f31
|
@ -13988,12 +13988,7 @@ functions.")
|
||||||
(search-input-file inputs "/lib/libfontconfig.so")))
|
(search-input-file inputs "/lib/libfontconfig.so")))
|
||||||
(substitute* "Extensions/harfbuzz/src/functions.lisp"
|
(substitute* "Extensions/harfbuzz/src/functions.lisp"
|
||||||
(("libharfbuzz\\.so")
|
(("libharfbuzz\\.so")
|
||||||
(search-input-file inputs "/lib/libharfbuzz.so")))))
|
(search-input-file inputs "/lib/libharfbuzz.so"))))))))
|
||||||
(add-after 'unpack 'enable-freetype-renderer
|
|
||||||
(lambda _
|
|
||||||
(substitute* "mcclim.asd"
|
|
||||||
(("\\(:feature :mcclim-ffi-freetype \"mcclim-clx/freetype\"\\)")
|
|
||||||
"\"mcclim-clx/freetype\"")))))))
|
|
||||||
(home-page "https://common-lisp.net/project/mcclim/")
|
(home-page "https://common-lisp.net/project/mcclim/")
|
||||||
(synopsis "Common Lisp GUI toolkit")
|
(synopsis "Common Lisp GUI toolkit")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue