gnu: harfbuzz: Support build for the Hurd.
* gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Do not include gobject-introspection when building for the Hurd.
This commit is contained in:
parent
03f35ff390
commit
dd3f9a7a49
@ -276,11 +276,13 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
|
||||
;; There are all in the Requires or Requires.private field of '.pc'.
|
||||
(list glib graphite2 icu4c))
|
||||
(native-inputs
|
||||
(list `(,glib "bin") ;for glib-mkenums
|
||||
gobject-introspection
|
||||
pkg-config
|
||||
python-wrapper
|
||||
which))
|
||||
(append (list `(,glib "bin")) ;for glib-mkenums
|
||||
(if (target-hurd?)
|
||||
'()
|
||||
(list gobject-introspection))
|
||||
(list pkg-config
|
||||
python-wrapper
|
||||
which)))
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "--with-graphite2"
|
||||
|
Loading…
Reference in New Issue
Block a user