gnu: wpewebkit: Add missing input.

* gnu/packages/webkit.scm (wpewebkit)[inputs]: Add libinput.
This commit is contained in:
Liliana Marie Prikler 2024-11-23 22:02:33 +01:00
parent 48e3c26ec0
commit a70a06b2a7
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -341,6 +341,8 @@ propagated by default) such as @code{gst-plugins-good} and
((#:configure-flags flags)
#~(cons "-DPORT=WPE"
(delete "-DPORT=GTK" #$flags)))))
(inputs (modify-inputs (package-inputs webkitgtk)
(prepend libinput)))
(synopsis "WebKit port optimized for embedded devices")
(description "WPE WebKit allows embedders to create simple and performant
systems based on Web platform technologies. It is designed with hardware