Revert "gnu: cl-mcclim: Enable Freetype renderer."

This reverts commit 67e4596781.
This will need more work to work properly.
This commit is contained in:
Guillaume Le Vaillant 2023-02-24 17:19:40 +01:00
parent 67e4596781
commit ea2fa86f31
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -13988,12 +13988,7 @@ (define-public sbcl-mcclim
(search-input-file inputs "/lib/libfontconfig.so")))
(substitute* "Extensions/harfbuzz/src/functions.lisp"
(("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\"")))))))
(search-input-file inputs "/lib/libharfbuzz.so"))))))))
(home-page "https://common-lisp.net/project/mcclim/")
(synopsis "Common Lisp GUI toolkit")
(description