gnu: libxfce4ui: Add gobject-introspection support.
* gnu/packages/xfce.scm (libxfce4ui): Add gobject-introspection to native-inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
279b5730d4
commit
48af935672
|
@ -171,7 +171,8 @@ storage system.")
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("intltool" ,intltool)))
|
||||
("intltool" ,intltool)
|
||||
("gobject-introspection" ,gobject-introspection)))
|
||||
(propagated-inputs
|
||||
`(("gtk+-3" ,gtk+) ; required by libxfce4ui-2.pc
|
||||
;; libxfce4kbd-private-2.pc refers to all these.
|
||||
|
|
Reference in New Issue