mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: wpewebkit: Add missing input.
* gnu/packages/webkit.scm (wpewebkit)[inputs]: Add libinput.
This commit is contained in:
parent
48e3c26ec0
commit
a70a06b2a7
1 changed files with 2 additions and 0 deletions
|
@ -341,6 +341,8 @@ propagated by default) such as @code{gst-plugins-good} and
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
#~(cons "-DPORT=WPE"
|
#~(cons "-DPORT=WPE"
|
||||||
(delete "-DPORT=GTK" #$flags)))))
|
(delete "-DPORT=GTK" #$flags)))))
|
||||||
|
(inputs (modify-inputs (package-inputs webkitgtk)
|
||||||
|
(prepend libinput)))
|
||||||
(synopsis "WebKit port optimized for embedded devices")
|
(synopsis "WebKit port optimized for embedded devices")
|
||||||
(description "WPE WebKit allows embedders to create simple and performant
|
(description "WPE WebKit allows embedders to create simple and performant
|
||||||
systems based on Web platform technologies. It is designed with hardware
|
systems based on Web platform technologies. It is designed with hardware
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue