mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: harfbuzz: Build with meson.
* gnu/packages/gtk.scm (harfbuzz)[build-system]: Use meson-build-system. [#:configure-flags]: Replace “--with-graphite2” with “-Dgraphite2=enabled”. Remove other flags.
This commit is contained in:
parent
26f2dddab9
commit
69ea8c279d
1 changed files with 2 additions and 4 deletions
|
@ -291,7 +291,7 @@ (define-public harfbuzz
|
|||
(sha256
|
||||
(base32
|
||||
"0izq2lpqxrf1l755nxrxkkiarywkx5j43asznankxplbxgm0358h"))))
|
||||
(build-system gnu-build-system)
|
||||
(build-system meson-build-system)
|
||||
(outputs '("out"
|
||||
"bin")) ;160K, only hb-view depend on cairo
|
||||
(inputs
|
||||
|
@ -309,9 +309,7 @@ (define-public harfbuzz
|
|||
which)))
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "--with-graphite2"
|
||||
"--with-gobject"
|
||||
(string-append "--bindir=" #$output:bin "/bin"))))
|
||||
#~(list "-Dgraphite2=enabled")))
|
||||
(synopsis "OpenType text shaping engine")
|
||||
(description
|
||||
"HarfBuzz is an OpenType text shaping engine.")
|
||||
|
|
Loading…
Reference in a new issue