gnu: cl-mcclim: Enable Freetype renderer.

* gnu/packages/lisp-xyz.scm (sbcl-mcclim)[arguments]: Add
  'enable-freetype-renderer' phase.
This commit is contained in:
Guillaume Le Vaillant 2023-02-24 15:40:04 +01:00
parent a35226284e
commit 67e4596781
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -13988,7 +13988,12 @@ functions.")
(search-input-file inputs "/lib/libfontconfig.so")))
(substitute* "Extensions/harfbuzz/src/functions.lisp"
(("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/")
(synopsis "Common Lisp GUI toolkit")
(description